diff options
| author | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-03-05 15:57:01 +0100 |
|---|---|---|
| committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-03-05 15:57:01 +0100 |
| commit | 525269a9f663d02546e2de22ddd79294cc246f57 (patch) | |
| tree | 272dba1410a24072aa1dc0a9d9edee467a22ddd9 /docs/reference/draw_svg.chent.md | |
| parent | abe52f193a71403dcb3e6e71b2f89d215652c5f0 (diff) | |
Rebuild docs
Diffstat (limited to 'docs/reference/draw_svg.chent.md')
| -rw-r--r-- | docs/reference/draw_svg.chent.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/reference/draw_svg.chent.md b/docs/reference/draw_svg.chent.md new file mode 100644 index 0000000..7b43988 --- /dev/null +++ b/docs/reference/draw_svg.chent.md @@ -0,0 +1,37 @@ +# Draw SVG graph from a chent object using RDKit + +Draw SVG graph from a chent object using RDKit + +## Usage + +``` r +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 |
