% 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 } \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. } \keyword{data} \section{Super class}{ \code{\link[chents:chent]{chents::chent}} -> \code{pai} } \section{Public fields}{ \if{html}{\out{
}} \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} } \if{html}{\out{
}} } \section{Methods}{ \subsection{Public methods}{ \itemize{ \item \href{#method-new}{\code{pai$new()}} \item \href{#method-clone}{\code{pai$clone()}} } } \if{html}{ \out{
Inherited methods} \itemize{ \item \out{}\href{../../chents/html/chent.html#method-add_PUF}{\code{chents::chent$add_PUF()}}\out{} \item \out{}\href{../../chents/html/chent.html#method-add_TP}{\code{chents::chent$add_TP()}}\out{} \item \out{}\href{../../chents/html/chent.html#method-add_cwsat}{\code{chents::chent$add_cwsat()}}\out{} \item \out{}\href{../../chents/html/chent.html#method-add_p0}{\code{chents::chent$add_p0()}}\out{} \item \out{}\href{../../chents/html/chent.html#method-add_soil_degradation}{\code{chents::chent$add_soil_degradation()}}\out{} \item \out{}\href{../../chents/html/chent.html#method-add_soil_ff}{\code{chents::chent$add_soil_ff()}}\out{} \item \out{}\href{../../chents/html/chent.html#method-add_soil_sorption}{\code{chents::chent$add_soil_sorption()}}\out{} \item \out{}\href{../../chents/html/chent.html#method-add_transformation}{\code{chents::chent$add_transformation()}}\out{} \item \out{}\href{../../chents/html/chent.html#method-emf}{\code{chents::chent$emf()}}\out{} \item \out{}\href{../../chents/html/chent.html#method-get_chyaml}{\code{chents::chent$get_chyaml()}}\out{} \item \out{}\href{../../chents/html/chent.html#method-get_pubchem}{\code{chents::chent$get_pubchem()}}\out{} \item \out{}\href{../../chents/html/chent.html#method-get_rdkit}{\code{chents::chent$get_rdkit()}}\out{} \item \out{}\href{../../chents/html/chent.html#method-pdf}{\code{chents::chent$pdf()}}\out{} \item \out{}\href{../../chents/html/chent.html#method-png}{\code{chents::chent$png()}}\out{} \item \out{}\href{../../chents/html/chent.html#method-try_pubchem}{\code{chents::chent$try_pubchem()}}\out{} } \out{
} } \if{html}{\out{
}} \if{html}{\out{}} \if{latex}{\out{\hypertarget{method-new}{}}} \subsection{Method \code{new()}}{ \subsection{Usage}{ \if{html}{\out{
}}\preformatted{pai$new( iso, identifier = iso, smiles = NULL, smiles_source = "user", inchikey = NULL, inchikey_source = "user", alanwood = TRUE, pubchem = TRUE, pubchem_from = "auto", rdkit = TRUE, template = NULL, chyaml = TRUE )}\if{html}{\out{
}} } } \if{html}{\out{
}} \if{html}{\out{}} \if{latex}{\out{\hypertarget{method-clone}{}}} \subsection{Method \code{clone()}}{ The objects of this class are cloneable with this method. \subsection{Usage}{ \if{html}{\out{
}}\preformatted{pai$clone(deep = FALSE)}\if{html}{\out{
}} } \subsection{Arguments}{ \if{html}{\out{
}} \describe{ \item{\code{deep}}{Whether to make a deep clone.} } \if{html}{\out{
}} } } }