aboutsummaryrefslogtreecommitdiff
path: root/man/plot.chent.Rd
blob: f2e75725c85f69ab7ce087bf19f8f612072b845c (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 (4.1.1): do not edit by hand
% Please edit documentation in R/chent.R
\name{plot.chent}
\alias{plot.chent}
\title{Plot method for chent objects}
\usage{
\method{plot}{chent}(x, ...)
}
\arguments{
\item{x}{The chent object to be plotted}

\item{...}{Further arguments passed to \code{\link{grid.picture}}}
}
\description{
Plot method for chent objects
}
\examples{
caffeine <- chent$new("caffeine", source = "pubchem")
print(caffeine)
caffeine$get_rdkit()
plot(caffeine)
}

Contact - Imprint