aboutsummaryrefslogtreecommitdiff
path: root/pkg/man/pfm_chent.Rd
blob: c62e8cf1311b59eb54b4ffdf061a57a804241e81 (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
28
29
30
31
32
33
34
% Generated by roxygen2 (4.1.0.9001): 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
}
\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