aboutsummaryrefslogtreecommitdiff
path: root/pkg/man/pfm_ai.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/man/pfm_ai.Rd')
-rw-r--r--pkg/man/pfm_ai.Rd24
1 files changed, 24 insertions, 0 deletions
diff --git a/pkg/man/pfm_ai.Rd b/pkg/man/pfm_ai.Rd
new file mode 100644
index 0000000..794a55e
--- /dev/null
+++ b/pkg/man/pfm_ai.Rd
@@ -0,0 +1,24 @@
+% Generated by roxygen2 (4.1.0.9001): do not edit by hand
+% Please edit documentation in R/pfm_chent.R
+\docType{class}
+\name{pfm_ai}
+\alias{pfm_ai}
+\title{R6 class for holding active ingredients}
+\format{An \code{\link{R6Class}} generator object.}
+\usage{
+pfm_ai
+}
+\description{
+An R6 class for holding information about active ingredients
+}
+\section{Fields}{
+
+\describe{
+\item{\code{iso}}{ISO common name}
+}}
+\examples{
+atrazine <- pfm_ai("atrazine", smiles = "Clc1nc(nc(n1)NC(C)C)NCC", mw = 215.68)
+print(atrazine)
+}
+\keyword{data}
+

Contact - Imprint