From f908377f1de2e04ca3720d10084169c46a477ce2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 28 Sep 2015 21:34:23 +0200 Subject: Several changes heading for a release to the public - Add tests - Add staticdocs - Documentation improvements - Several small code improvements --- inst/web/draw_svg.chent.html | 96 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 inst/web/draw_svg.chent.html (limited to 'inst/web/draw_svg.chent.html') diff --git a/inst/web/draw_svg.chent.html b/inst/web/draw_svg.chent.html new file mode 100644 index 0000000..fe485a8 --- /dev/null +++ b/inst/web/draw_svg.chent.html @@ -0,0 +1,96 @@ + + + + +draw_svg.chent. chents 0.2-1 + + + + + + + + + + + + + + + + + +
+
+ +
+ +

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