mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
added files from package.skeleton(name="phreeqc")
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8450 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
f608b56475
commit
fc9f2b4148
52
R/phreeqc/man/PHREEQC_DAT.Rd
Normal file
52
R/phreeqc/man/PHREEQC_DAT.Rd
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
\name{PHREEQC_DAT}
|
||||||
|
\alias{PHREEQC_DAT}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
PHREEQC_DAT()
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function ()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
57
R/phreeqc/man/phrAccumulateLine.Rd
Normal file
57
R/phreeqc/man/phrAccumulateLine.Rd
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
\name{phrAccumulateLine}
|
||||||
|
\alias{phrAccumulateLine}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrAccumulateLine(line)
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\arguments{
|
||||||
|
\item{line}{
|
||||||
|
%% ~~Describe \code{line} here~~
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function (line)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
52
R/phreeqc/man/phrClearAccumulatedLines.Rd
Normal file
52
R/phreeqc/man/phrClearAccumulatedLines.Rd
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
\name{phrClearAccumulatedLines}
|
||||||
|
\alias{phrClearAccumulatedLines}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrClearAccumulatedLines()
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function ()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
52
R/phreeqc/man/phrGetAccumulatedLines.Rd
Normal file
52
R/phreeqc/man/phrGetAccumulatedLines.Rd
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
\name{phrGetAccumulatedLines}
|
||||||
|
\alias{phrGetAccumulatedLines}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrGetAccumulatedLines()
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function ()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
52
R/phreeqc/man/phrGetComponentList.Rd
Normal file
52
R/phreeqc/man/phrGetComponentList.Rd
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
\name{phrGetComponentList}
|
||||||
|
\alias{phrGetComponentList}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrGetComponentList()
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function ()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
52
R/phreeqc/man/phrGetDumpFileName.Rd
Normal file
52
R/phreeqc/man/phrGetDumpFileName.Rd
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
\name{phrGetDumpFileName}
|
||||||
|
\alias{phrGetDumpFileName}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrGetDumpFileName()
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function ()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
52
R/phreeqc/man/phrGetDumpString.Rd
Normal file
52
R/phreeqc/man/phrGetDumpString.Rd
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
\name{phrGetDumpString}
|
||||||
|
\alias{phrGetDumpString}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrGetDumpString()
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function ()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
52
R/phreeqc/man/phrGetErrorFileName.Rd
Normal file
52
R/phreeqc/man/phrGetErrorFileName.Rd
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
\name{phrGetErrorFileName}
|
||||||
|
\alias{phrGetErrorFileName}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrGetErrorFileName()
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function ()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
52
R/phreeqc/man/phrGetErrorFileOn.Rd
Normal file
52
R/phreeqc/man/phrGetErrorFileOn.Rd
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
\name{phrGetErrorFileOn}
|
||||||
|
\alias{phrGetErrorFileOn}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrGetErrorFileOn()
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function ()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
52
R/phreeqc/man/phrGetLogFileName.Rd
Normal file
52
R/phreeqc/man/phrGetLogFileName.Rd
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
\name{phrGetLogFileName}
|
||||||
|
\alias{phrGetLogFileName}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrGetLogFileName()
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function ()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
52
R/phreeqc/man/phrGetLogString.Rd
Normal file
52
R/phreeqc/man/phrGetLogString.Rd
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
\name{phrGetLogString}
|
||||||
|
\alias{phrGetLogString}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrGetLogString()
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function ()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
52
R/phreeqc/man/phrGetOutputFileName.Rd
Normal file
52
R/phreeqc/man/phrGetOutputFileName.Rd
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
\name{phrGetOutputFileName}
|
||||||
|
\alias{phrGetOutputFileName}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrGetOutputFileName()
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function ()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
52
R/phreeqc/man/phrGetOutputString.Rd
Normal file
52
R/phreeqc/man/phrGetOutputString.Rd
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
\name{phrGetOutputString}
|
||||||
|
\alias{phrGetOutputString}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrGetOutputString()
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function ()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
52
R/phreeqc/man/phrGetSelectedOutputFileName.Rd
Normal file
52
R/phreeqc/man/phrGetSelectedOutputFileName.Rd
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
\name{phrGetSelectedOutputFileName}
|
||||||
|
\alias{phrGetSelectedOutputFileName}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrGetSelectedOutputFileName()
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function ()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
52
R/phreeqc/man/phrGetSelectedOutputString.Rd
Normal file
52
R/phreeqc/man/phrGetSelectedOutputString.Rd
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
\name{phrGetSelectedOutputString}
|
||||||
|
\alias{phrGetSelectedOutputString}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrGetSelectedOutputString()
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function ()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
52
R/phreeqc/man/phrGetWarningString.Rd
Normal file
52
R/phreeqc/man/phrGetWarningString.Rd
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
\name{phrGetWarningString}
|
||||||
|
\alias{phrGetWarningString}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrGetWarningString()
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function ()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
57
R/phreeqc/man/phrLoadDatabaseString.Rd
Normal file
57
R/phreeqc/man/phrLoadDatabaseString.Rd
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
\name{phrLoadDatabaseString}
|
||||||
|
\alias{phrLoadDatabaseString}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrLoadDatabaseString(input)
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\arguments{
|
||||||
|
\item{input}{
|
||||||
|
%% ~~Describe \code{input} here~~
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function (input)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
52
R/phreeqc/man/phrRunAccumulated.Rd
Normal file
52
R/phreeqc/man/phrRunAccumulated.Rd
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
\name{phrRunAccumulated}
|
||||||
|
\alias{phrRunAccumulated}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrRunAccumulated()
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function ()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
57
R/phreeqc/man/phrRunString.Rd
Normal file
57
R/phreeqc/man/phrRunString.Rd
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
\name{phrRunString}
|
||||||
|
\alias{phrRunString}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrRunString(input)
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\arguments{
|
||||||
|
\item{input}{
|
||||||
|
%% ~~Describe \code{input} here~~
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function (input)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
57
R/phreeqc/man/phrSetDumpFileName.Rd
Normal file
57
R/phreeqc/man/phrSetDumpFileName.Rd
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
\name{phrSetDumpFileName}
|
||||||
|
\alias{phrSetDumpFileName}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrSetDumpFileName(filename)
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\arguments{
|
||||||
|
\item{filename}{
|
||||||
|
%% ~~Describe \code{filename} here~~
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function (filename)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
57
R/phreeqc/man/phrSetDumpFileOn.Rd
Normal file
57
R/phreeqc/man/phrSetDumpFileOn.Rd
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
\name{phrSetDumpFileOn}
|
||||||
|
\alias{phrSetDumpFileOn}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrSetDumpFileOn(value)
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\arguments{
|
||||||
|
\item{value}{
|
||||||
|
%% ~~Describe \code{value} here~~
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function (value)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
57
R/phreeqc/man/phrSetDumpStringOn.Rd
Normal file
57
R/phreeqc/man/phrSetDumpStringOn.Rd
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
\name{phrSetDumpStringOn}
|
||||||
|
\alias{phrSetDumpStringOn}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrSetDumpStringOn(value)
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\arguments{
|
||||||
|
\item{value}{
|
||||||
|
%% ~~Describe \code{value} here~~
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function (value)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
57
R/phreeqc/man/phrSetErrorFileName.Rd
Normal file
57
R/phreeqc/man/phrSetErrorFileName.Rd
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
\name{phrSetErrorFileName}
|
||||||
|
\alias{phrSetErrorFileName}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrSetErrorFileName(filename)
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\arguments{
|
||||||
|
\item{filename}{
|
||||||
|
%% ~~Describe \code{filename} here~~
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function (filename)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
57
R/phreeqc/man/phrSetErrorFileOn.Rd
Normal file
57
R/phreeqc/man/phrSetErrorFileOn.Rd
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
\name{phrSetErrorFileOn}
|
||||||
|
\alias{phrSetErrorFileOn}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrSetErrorFileOn(value)
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\arguments{
|
||||||
|
\item{value}{
|
||||||
|
%% ~~Describe \code{value} here~~
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function (value)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
57
R/phreeqc/man/phrSetErrorStringOn.Rd
Normal file
57
R/phreeqc/man/phrSetErrorStringOn.Rd
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
\name{phrSetErrorStringOn}
|
||||||
|
\alias{phrSetErrorStringOn}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrSetErrorStringOn(value)
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\arguments{
|
||||||
|
\item{value}{
|
||||||
|
%% ~~Describe \code{value} here~~
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function (value)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
57
R/phreeqc/man/phrSetLogFileName.Rd
Normal file
57
R/phreeqc/man/phrSetLogFileName.Rd
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
\name{phrSetLogFileName}
|
||||||
|
\alias{phrSetLogFileName}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrSetLogFileName(filename)
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\arguments{
|
||||||
|
\item{filename}{
|
||||||
|
%% ~~Describe \code{filename} here~~
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function (filename)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
57
R/phreeqc/man/phrSetLogFileOn.Rd
Normal file
57
R/phreeqc/man/phrSetLogFileOn.Rd
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
\name{phrSetLogFileOn}
|
||||||
|
\alias{phrSetLogFileOn}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrSetLogFileOn(value)
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\arguments{
|
||||||
|
\item{value}{
|
||||||
|
%% ~~Describe \code{value} here~~
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function (value)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
57
R/phreeqc/man/phrSetLogStringOn.Rd
Normal file
57
R/phreeqc/man/phrSetLogStringOn.Rd
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
\name{phrSetLogStringOn}
|
||||||
|
\alias{phrSetLogStringOn}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrSetLogStringOn(value)
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\arguments{
|
||||||
|
\item{value}{
|
||||||
|
%% ~~Describe \code{value} here~~
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function (value)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
57
R/phreeqc/man/phrSetOutputFileName.Rd
Normal file
57
R/phreeqc/man/phrSetOutputFileName.Rd
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
\name{phrSetOutputFileName}
|
||||||
|
\alias{phrSetOutputFileName}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrSetOutputFileName(filename)
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\arguments{
|
||||||
|
\item{filename}{
|
||||||
|
%% ~~Describe \code{filename} here~~
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function (filename)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
57
R/phreeqc/man/phrSetOutputFileOn.Rd
Normal file
57
R/phreeqc/man/phrSetOutputFileOn.Rd
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
\name{phrSetOutputFileOn}
|
||||||
|
\alias{phrSetOutputFileOn}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrSetOutputFileOn(value)
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\arguments{
|
||||||
|
\item{value}{
|
||||||
|
%% ~~Describe \code{value} here~~
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function (value)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
57
R/phreeqc/man/phrSetOutputStringOn.Rd
Normal file
57
R/phreeqc/man/phrSetOutputStringOn.Rd
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
\name{phrSetOutputStringOn}
|
||||||
|
\alias{phrSetOutputStringOn}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrSetOutputStringOn(value)
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\arguments{
|
||||||
|
\item{value}{
|
||||||
|
%% ~~Describe \code{value} here~~
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function (value)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
57
R/phreeqc/man/phrSetSelectedOutputFileName.Rd
Normal file
57
R/phreeqc/man/phrSetSelectedOutputFileName.Rd
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
\name{phrSetSelectedOutputFileName}
|
||||||
|
\alias{phrSetSelectedOutputFileName}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrSetSelectedOutputFileName(filename)
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\arguments{
|
||||||
|
\item{filename}{
|
||||||
|
%% ~~Describe \code{filename} here~~
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function (filename)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
57
R/phreeqc/man/phrSetSelectedOutputFileOn.Rd
Normal file
57
R/phreeqc/man/phrSetSelectedOutputFileOn.Rd
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
\name{phrSetSelectedOutputFileOn}
|
||||||
|
\alias{phrSetSelectedOutputFileOn}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrSetSelectedOutputFileOn(value)
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\arguments{
|
||||||
|
\item{value}{
|
||||||
|
%% ~~Describe \code{value} here~~
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function (value)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
57
R/phreeqc/man/phrSetSelectedOutputStringOn.Rd
Normal file
57
R/phreeqc/man/phrSetSelectedOutputStringOn.Rd
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
\name{phrSetSelectedOutputStringOn}
|
||||||
|
\alias{phrSetSelectedOutputStringOn}
|
||||||
|
%- Also NEED an '\alias' for EACH other topic documented here.
|
||||||
|
\title{
|
||||||
|
%% ~~function to do ... ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
%% ~~ A concise (1-5 lines) description of what the function does. ~~
|
||||||
|
}
|
||||||
|
\usage{
|
||||||
|
phrSetSelectedOutputStringOn(value)
|
||||||
|
}
|
||||||
|
%- maybe also 'usage' for other objects documented here.
|
||||||
|
\arguments{
|
||||||
|
\item{value}{
|
||||||
|
%% ~~Describe \code{value} here~~
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\details{
|
||||||
|
%% ~~ If necessary, more details than the description above ~~
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
%% ~Describe the value returned
|
||||||
|
%% If it is a LIST, use
|
||||||
|
%% \item{comp1 }{Description of 'comp1'}
|
||||||
|
%% \item{comp2 }{Description of 'comp2'}
|
||||||
|
%% ...
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
%% ~put references to the literature/web site here ~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
%% ~~who you are~~
|
||||||
|
}
|
||||||
|
\note{
|
||||||
|
%% ~~further notes~~
|
||||||
|
}
|
||||||
|
|
||||||
|
%% ~Make other sections like Warning with \section{Warning }{....} ~
|
||||||
|
|
||||||
|
\seealso{
|
||||||
|
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
##---- Should be DIRECTLY executable !! ----
|
||||||
|
##-- ==> Define data, use random,
|
||||||
|
##-- or do help(data=index) for the standard data sets.
|
||||||
|
|
||||||
|
## The function is currently defined as
|
||||||
|
function (value)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% Add one or more standard keywords, see file 'KEYWORDS' in the
|
||||||
|
% R documentation directory.
|
||||||
|
\keyword{ ~kwd1 }
|
||||||
|
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
|
||||||
41
R/phreeqc/man/phreeqc-package.Rd
Normal file
41
R/phreeqc/man/phreeqc-package.Rd
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
\name{phreeqc-package}
|
||||||
|
\alias{phreeqc-package}
|
||||||
|
\alias{phreeqc}
|
||||||
|
\docType{package}
|
||||||
|
\title{
|
||||||
|
What the package does (short line)
|
||||||
|
~~ package title ~~
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
More about what it does (maybe more than one line)
|
||||||
|
~~ A concise (1-5 lines) description of the package ~~
|
||||||
|
}
|
||||||
|
\details{
|
||||||
|
\tabular{ll}{
|
||||||
|
Package: \tab phreeqc\cr
|
||||||
|
Type: \tab Package\cr
|
||||||
|
Version: \tab 1.0\cr
|
||||||
|
Date: \tab 2014-02-05\cr
|
||||||
|
License: \tab What license is it under?\cr
|
||||||
|
}
|
||||||
|
~~ An overview of how to use the package, including the most important functions ~~
|
||||||
|
}
|
||||||
|
\author{
|
||||||
|
Who wrote it
|
||||||
|
|
||||||
|
Maintainer: Who to complain to <yourfault@somewhere.net>
|
||||||
|
~~ The author and/or maintainer of the package ~~
|
||||||
|
}
|
||||||
|
\references{
|
||||||
|
~~ Literature or other references for background information ~~
|
||||||
|
}
|
||||||
|
~~ Optionally other standard keywords, one per line, from file KEYWORDS in the R ~~
|
||||||
|
~~ documentation directory ~~
|
||||||
|
\keyword{ package }
|
||||||
|
\seealso{
|
||||||
|
~~ Optional links to other man pages, e.g. ~~
|
||||||
|
~~ \code{\link[<pkg>:<pkg>-package]{<pkg>}} ~~
|
||||||
|
}
|
||||||
|
\examples{
|
||||||
|
~~ simple examples of the most important functions ~~
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user