From f908377f1de2e04ca3720d10084169c46a477ce2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 28 Sep 2015 21:34:23 +0200 Subject: Several changes heading for a release to the public - Add tests - Add staticdocs - Documentation improvements - Several small code improvements --- man/plot.chent.Rd | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 man/plot.chent.Rd (limited to 'man/plot.chent.Rd') 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) +} + -- cgit v1.2.1