From aac6606d2aee79e547f725353a42266c00ed2299 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 6 Mar 2017 14:52:04 +0100 Subject: Switch to pkgdown and link to pkgdown.jrwb.de --- docs/reference/draw_svg.chent.html | 117 +++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 docs/reference/draw_svg.chent.html (limited to 'docs/reference/draw_svg.chent.html') diff --git a/docs/reference/draw_svg.chent.html b/docs/reference/draw_svg.chent.html new file mode 100644 index 0000000..2cc3804 --- /dev/null +++ b/docs/reference/draw_svg.chent.html @@ -0,0 +1,117 @@ + + + + + + + + +Draw SVG graph from a chent object using RDKit — draw_svg.chent • chents + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ +
+
+ + + +

Draw SVG graph from a chent object using RDKit

+ + +
draw_svg.chent(x, width = 300, height = 150,
+  filename = paste0(names(x$identifier), ".svg"), subdir = "svg")
+ +

Arguments

+
+
x
+
The chent object to be plotted
+
width
+
The desired width in pixels
+
height
+
The desired height in pixels
+
filename
+
The filename
+
subdir
+
The path to which the file should be written
+
+ + +
+ +
+ + +
+ + + -- cgit v1.2.1