From 6248971edad72b30f7f609a6bb2217d0b41498a0 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 19 Dec 2016 22:08:48 +0100 Subject: Make the pdf structures larger, update docs --- man/chent.Rd | 2 +- man/draw_svg.chent.Rd | 1 - man/pai.Rd | 2 +- man/plot.chent.Rd | 1 - man/pp.Rd | 2 +- man/print.chent.Rd | 1 - man/print.pai.Rd | 1 - 7 files changed, 3 insertions(+), 7 deletions(-) (limited to 'man') diff --git a/man/chent.Rd b/man/chent.Rd index 4957a89..1deb434 100644 --- a/man/chent.Rd +++ b/man/chent.Rd @@ -41,6 +41,7 @@ configured for use with PythonInR} \item{\code{degradation}}{List of degradation endpoints} }} + \examples{ oct <- chent$new("1-octanol", smiles = "CCCCCCCCO") print(oct) @@ -50,4 +51,3 @@ print(caffeine) plot(caffeine) } \keyword{data} - diff --git a/man/draw_svg.chent.Rd b/man/draw_svg.chent.Rd index c78763f..93b657d 100644 --- a/man/draw_svg.chent.Rd +++ b/man/draw_svg.chent.Rd @@ -21,4 +21,3 @@ draw_svg.chent(x, width = 300, height = 150, \description{ Draw SVG graph from a chent object using RDKit } - diff --git a/man/pai.Rd b/man/pai.Rd index c9d9a02..96f21d0 100644 --- a/man/pai.Rd +++ b/man/pai.Rd @@ -19,9 +19,9 @@ Additional chemical information is retrieved from the internet if available. \item{\code{alanwood}}{List of information retreived from www.alanwood.net/pesticides} }} + \examples{ atr <- pai$new("atrazine") print(atr) } \keyword{data} - diff --git a/man/plot.chent.Rd b/man/plot.chent.Rd index a1f618a..416675d 100644 --- a/man/plot.chent.Rd +++ b/man/plot.chent.Rd @@ -19,4 +19,3 @@ caffeine <- chent$new("caffeine") print(caffeine) plot(caffeine) } - diff --git a/man/pp.Rd b/man/pp.Rd index 6adffb8..3957de7 100644 --- a/man/pp.Rd +++ b/man/pp.Rd @@ -22,5 +22,5 @@ An R6 class for holding information about a product with at least one active ing \item{\code{concentration_units}}{Defaults to g/L} }} -\keyword{data} +\keyword{data} diff --git a/man/print.chent.Rd b/man/print.chent.Rd index 8f9dfec..dc6a3e7 100644 --- a/man/print.chent.Rd +++ b/man/print.chent.Rd @@ -14,4 +14,3 @@ \description{ Printing method for chent objects } - diff --git a/man/print.pai.Rd b/man/print.pai.Rd index 6206ea5..c2968b1 100644 --- a/man/print.pai.Rd +++ b/man/print.pai.Rd @@ -14,4 +14,3 @@ \description{ Printing method for pai objects (pesticidal active ingredients) } - -- cgit v1.2.1