mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8426 1feff8c3-07ed-0310-ac33-dd36852eb9cd
49 lines
826 B
R
49 lines
826 B
R
\name{phrRunFile}
|
|
\alias{phrRunFile}
|
|
\title{
|
|
Run phreeqc input file
|
|
}
|
|
\description{
|
|
|
|
phrRunFile executes a phreeqc run
|
|
}
|
|
\synopsis{
|
|
phrRunFile(filename)
|
|
}
|
|
\usage{
|
|
phrRunFile(filename)
|
|
}
|
|
\arguments{
|
|
\item{filename}{
|
|
The file name of the phreeqc input file.
|
|
}
|
|
} %END arguments
|
|
\details{
|
|
|
|
Any details about the operation of this function should go here.
|
|
|
|
} %END details
|
|
\value{
|
|
This function returns NULL.
|
|
}
|
|
\references{
|
|
Literature references and web URLs can go here.
|
|
}
|
|
\author{
|
|
Scott Charlton <charlton@usgs.gov>
|
|
|
|
Lopaka(Rob) Lee <rclee@usgs.gov>
|
|
}
|
|
\seealso{
|
|
\code{\link{phrReadString}},
|
|
\code{\link{phrRun}},
|
|
\code{\link{phrGetSelectedOutput}}
|
|
}
|
|
|
|
\examples{
|
|
|
|
# This will only work if ex1 is in the current directory
|
|
phrRunFile("phreeqc/ex1")
|
|
}
|
|
\keyword{interface}
|