aboutsummaryrefslogtreecommitdiff
path: root/pkg/man/pfm_chent.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/man/pfm_chent.Rd')
-rw-r--r--pkg/man/pfm_chent.Rd35
1 files changed, 0 insertions, 35 deletions
diff --git a/pkg/man/pfm_chent.Rd b/pkg/man/pfm_chent.Rd
deleted file mode 100644
index f72d038..0000000
--- a/pkg/man/pfm_chent.Rd
+++ /dev/null
@@ -1,35 +0,0 @@
-% Generated by roxygen2 (4.1.1): do not edit by hand
-% Please edit documentation in R/pfm_chent.R
-\docType{class}
-\name{pfm_chent}
-\alias{pfm_chent}
-\title{R6 class for holding a chemical entity}
-\format{An \code{\link{R6Class}} generator object}
-\usage{
-pfm_chent
-}
-\description{
-An R6 class for holding information about a chemical entity that is useful
-for fate modelling
-}
-\section{Fields}{
-
-\describe{
-\item{\code{acronym}}{Acronym for local use}
-
-\item{\code{smiles}}{SMILES code}
-
-\item{\code{mw}}{Molecular weight}
-
-\item{\code{main_source}}{Main source of information}
-
-\item{\code{transformations}}{}
-
-\item{\code{sorption_endpoints}}{}
-}}
-\examples{
-atrazine <- pfm_chent("atrazine", smiles = "Clc1nc(nc(n1)NC(C)C)NCC", mw = 215.68)
-print(atrazine)
-}
-\keyword{data}
-

Contact - Imprint