From 525269a9f663d02546e2de22ddd79294cc246f57 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 5 Mar 2026 15:57:01 +0100 Subject: Rebuild docs --- docs/reference/draw_svg.chent.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/reference/draw_svg.chent.md (limited to 'docs/reference/draw_svg.chent.md') 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 -- cgit v1.2.3