summaryrefslogblamecommitdiff
path: root/docs/reference/draw_svg.chent.md
blob: 7b439886206df07fe22646460a393ed918199292 (plain) (tree)




































                                                 
# 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

Contact - Imprint