aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-08-26 13:24:57 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-08-26 22:59:02 +0200
commit7cc5df2ad1e2a1aa5c6d4d9f5865491c6b30ee2a (patch)
tree1fcfa114cc34dcfb7c9f647e95912a5e4ae08b5f /man
Initial commit
Diffstat (limited to 'man')
-rw-r--r--man/chent.Rd33
-rw-r--r--man/pai.Rd27
2 files changed, 60 insertions, 0 deletions
diff --git a/man/chent.Rd b/man/chent.Rd
new file mode 100644
index 0000000..ed304f5
--- /dev/null
+++ b/man/chent.Rd
@@ -0,0 +1,33 @@
+% Generated by roxygen2 (4.1.1): do not edit by hand
+% Please edit documentation in R/chent.R
+\docType{class}
+\name{chent}
+\alias{chent}
+\title{An R6 class for chemical entities with associated data}
+\format{An \code{\link{R6Class}} generator object}
+\usage{
+chent
+}
+\description{
+The class is initialised with an identifier. Chemical information is retrieved
+from the internet.
+}
+\section{Fields}{
+
+\describe{
+\item{\code{identifier}}{The identifier that was used to initiate the object, with attribute 'source'}
+
+\item{\code{inchikey}}{InChI Key, with attribute 'source'}
+
+\item{\code{smiles}}{SMILES code, with attribute 'source'}
+
+\item{\code{mw}}{Molecular weight, with attribute 'source'}
+
+\item{\code{pubchem}}{List of information retreived from PubChem}
+}}
+\examples{
+oct <- chent$new("1-octanol")
+print(oct)
+}
+\keyword{data}
+
diff --git a/man/pai.Rd b/man/pai.Rd
new file mode 100644
index 0000000..c366991
--- /dev/null
+++ b/man/pai.Rd
@@ -0,0 +1,27 @@
+% Generated by roxygen2 (4.1.1): do not edit by hand
+% Please edit documentation in R/chent.R
+\docType{class}
+\name{pai}
+\alias{pai}
+\title{An R6 class for pesticidal active ingredients and associated data}
+\format{An \code{\link{R6Class}} generator object}
+\usage{
+pai
+}
+\description{
+The class is initialised with an identifier which is generally an ISO common name.
+Additional chemical information is retrieved from the internet.
+}
+\section{Fields}{
+
+\describe{
+\item{\code{iso}}{ISO common name according to ISO 1750 as retreived from www.alanwood.net/pesticides}
+
+\item{\code{alanwood}}{List of information retreived from www.alanwood.net/pesticides}
+}}
+\examples{
+atr <- pai$new("atrazine")
+print(atr)
+}
+\keyword{data}
+

Contact - Imprint