diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-12-05 16:00:39 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-12-05 18:29:42 +0100 |
commit | 762114a5ea6393cc73a09616b937397349c1a259 (patch) | |
tree | 788a32aa4e83022074876d831e8e9d5ad7c3ab5e /man | |
parent | 363046c178398593dea33712ba281fb5556541a6 (diff) |
Use new rdkit drawing code
This is SVG only, therefore use grConvert to convert
to postscript before importing using grImport.
SVG size is currently hardcoded.
Diffstat (limited to 'man')
-rw-r--r-- | man/chent.Rd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/chent.Rd b/man/chent.Rd index 62d6e01..4957a89 100644 --- a/man/chent.Rd +++ b/man/chent.Rd @@ -29,6 +29,8 @@ python bindings are installed and configured for use with PythonInR. \item{\code{rdkit}}{List of information obtained with RDKit, if installed and configured for use with PythonInR} +\item{\code{svg}}{SVG code} + \item{\code{Picture}}{Graph as a \code{\link{picture}} object obtained using grImport} \item{\code{Pict_font_size}}{Font size as extracted from the intermediate PostScript file} |