From 40d06320e097434a924c0d57b26e5e1a7574625c Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 27 Sep 2016 16:11:25 +0200 Subject: Add staticdocs --- docs/draw_svg.chent.html | 101 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 docs/draw_svg.chent.html (limited to 'docs/draw_svg.chent.html') diff --git a/docs/draw_svg.chent.html b/docs/draw_svg.chent.html new file mode 100644 index 0000000..4f781f1 --- /dev/null +++ b/docs/draw_svg.chent.html @@ -0,0 +1,101 @@ + + + + +draw_svg.chent. chents 0.2-3 + + + + + + + + + + + + + + + + + + +
+
+ +
+ +

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")
+ +

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
+
+ +
+

Description

+ +

Draw SVG graph from a chent object using RDKit

+ +
+
+ +
+ + +
+ + \ No newline at end of file -- cgit v1.2.1