aboutsummaryrefslogtreecommitdiff
path: root/man/pai.Rd
blob: c9d9a021c29adf979e308906811e8377ec0e5572 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
% Generated by roxygen2: 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 if available.
}
\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