From 79123acfdd9a9b905a5b177e2b7aa0d604e52267 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 19 Nov 2021 00:22:03 +0100 Subject: Add plot example, update static docs --- docs/reference/draw_svg.chent.html | 70 +++++++++++++++++++++++--------------- 1 file changed, 42 insertions(+), 28 deletions(-) (limited to 'docs/reference/draw_svg.chent.html') diff --git a/docs/reference/draw_svg.chent.html b/docs/reference/draw_svg.chent.html index 582aa0c..1805ff1 100644 --- a/docs/reference/draw_svg.chent.html +++ b/docs/reference/draw_svg.chent.html @@ -8,21 +8,29 @@ Draw SVG graph from a chent object using RDKit — draw_svg.chent • chents + - + - - + + + + + + + - + + - + - - + + + @@ -30,10 +38,10 @@ - + - + @@ -47,9 +55,10 @@ + - +
@@ -71,7 +80,7 @@ -
+
@@ -105,14 +114,17 @@
-

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")
- +
draw_svg.chent(
+  x,
+  width = 300,
+  height = 150,
+  filename = paste0(names(x$identifier), ".svg"),
+  subdir = "svg"
+)
+

Arguments

@@ -137,31 +149,33 @@

The path to which the file should be written

- - - + + + + -- cgit v1.2.1