aboutsummaryrefslogtreecommitdiff
path: root/man/plot.chent.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-09-28 21:34:23 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-09-28 22:10:56 +0200
commitf908377f1de2e04ca3720d10084169c46a477ce2 (patch)
tree439bd00dec3a988f76ff74fd5ee652f55b17d061 /man/plot.chent.Rd
parent1df33dbb3d310f94ccddbf57906e12bd6fa93c3f (diff)
Several changes heading for a release to the public
- Add tests - Add staticdocs - Documentation improvements - Several small code improvements
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