aboutsummaryrefslogtreecommitdiff
path: root/man/plot.chent.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/plot.chent.Rd')
-rw-r--r--man/plot.chent.Rd23
1 files changed, 23 insertions, 0 deletions
diff --git a/man/plot.chent.Rd b/man/plot.chent.Rd
new file mode 100644
index 0000000..f2e7572
--- /dev/null
+++ b/man/plot.chent.Rd
@@ -0,0 +1,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