aboutsummaryrefslogtreecommitdiff
path: root/man/draw_svg.chent.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-10-13 11:26:03 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-10-13 11:26:03 +0200
commit6937e41d317b953d8246203814500166dbe89470 (patch)
treebc996f7c454c3780368adc989fd562eae30fc591 /man/draw_svg.chent.Rd
parentc8bfe56bd627e1945815631ce5c2ac27333fa246 (diff)
Temporarily remove @example tags
Due to r-lib/roxygen2#1158
Diffstat (limited to 'man/draw_svg.chent.Rd')
-rw-r--r--man/draw_svg.chent.Rd9
1 files changed, 7 insertions, 2 deletions
diff --git a/man/draw_svg.chent.Rd b/man/draw_svg.chent.Rd
index 93b657d..2125b47 100644
--- a/man/draw_svg.chent.Rd
+++ b/man/draw_svg.chent.Rd
@@ -4,8 +4,13 @@
\alias{draw_svg.chent}
\title{Draw SVG graph from a chent object using RDKit}
\usage{
-draw_svg.chent(x, width = 300, height = 150,
- filename = paste0(names(x$identifier), ".svg"), subdir = "svg")
+draw_svg.chent(
+ x,
+ width = 300,
+ height = 150,
+ filename = paste0(names(x$identifier), ".svg"),
+ subdir = "svg"
+)
}
\arguments{
\item{x}{The chent object to be plotted}

Contact - Imprint