From 816de01ce642c1c3d633ffb1cbcf960036d27114 Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Fri, 10 Nov 2023 18:40:34 +0100 Subject: Make an RStudio project and improve the docs --- docs/reference/draw_svg.chent.html | 173 +++++++++++-------------------------- 1 file changed, 50 insertions(+), 123 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 1805ff1..cae8c0b 100644 --- a/docs/reference/draw_svg.chent.html +++ b/docs/reference/draw_svg.chent.html @@ -1,67 +1,12 @@ - - - - - - - -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 • chents - + + - - - -
-
- -
- -
+
@@ -117,65 +49,60 @@

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

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