aboutsummaryrefslogtreecommitdiff
path: root/man/pai.Rd
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/pai.Rd
Initial commit
Diffstat (limited to 'man/pai.Rd')
-rw-r--r--man/pai.Rd27
1 files changed, 27 insertions, 0 deletions
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