Skip to content

Commit

Permalink
to version 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blosloos committed Mar 18, 2017
1 parent 81dd0e1 commit a5a1896
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions man/check_chemform.Rd
Expand Up @@ -7,13 +7,13 @@
\description{Checks chemical formulas (=a vector of character strings) for consistency with usage in \code{\link[enviPat]{isopattern}};
calculation of the molecular mass.}

\usage{check_chemform(isotopes,chemforms,get_sorted=FALSE)}
\usage{check_chemform(isotopes,chemforms,get_sorted=FALSE,get_list=FALSE)}

\arguments{
\item{isotopes}{\code{\link[enviPat]{isotopes}}}
\item{chemforms}{Vector of character strings with chemical formulas}
\item{get_sorted}{Should elements in each formula be sorted according to their order in \code{isotopes}?}
\item{get_list}{Return list with vectors of elements atom counts contained in each chemical formula?}
\item{get_list}{Return list with vectors of elementwise atom counts contained in each chemical formula?}
}


Expand Down
4 changes: 2 additions & 2 deletions man/resolution_list.Rd
Expand Up @@ -14,7 +14,7 @@
\format{

The format is:
List with 29 data sets: Instrument_Resolution@m/z_(massRange_instrumentMode_slicerMode)
List with 29 data sets: Instrument_(massRange_instrumentMode_slicerMode)_Resolution@m/z

Elite/R240000@400

Expand Down Expand Up @@ -72,7 +72,7 @@ Sciex_TripleTOF6600_R25000@200

Sciex_QTOFX500R_R25000@200

Agilent_QTOF6550_R25000@200_low_extended_highSens
Agilent_low_extended_highSens_QTOF6550_R25000@200

}
\source{
Expand Down

0 comments on commit a5a1896

Please sign in to comment.