aboutsummaryrefslogtreecommitdiff
path: root/man/draw_svg.chent.Rd
blob: 93b657d126cc6d4c13c6ed2dc2de8e9f622684c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/chent.R
\name{draw_svg.chent}
\alias{draw_svg.chent}
\title{Draw SVG graph from a chent object using RDKit}
\usage{
draw_svg.chent(x, width = 300, height = 150,
  filename = paste0(names(x$identifier), ".svg"), subdir = "svg")
}
\arguments{
\item{x}{The chent object to be plotted}

\item{width}{The desired width in pixels}

\item{height}{The desired height in pixels}

\item{filename}{The filename}

\item{subdir}{The path to which the file should be written}
}
\description{
Draw SVG graph from a chent object using RDKit
}

Contact - Imprint