iphreeqc/R/phreeqc/man/phrGetSelectedOutput.Rd
Scott R Charlton 668817a8d5 more methods finished
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8426 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2014-02-05 01:53:18 +00:00

45 lines
822 B
R

\name{phrGetSelectedOutput}
\alias{phrGetSelectedOutput}
\title{
Return the results of a phreeqc run.
}
\description{
phrGetSelectedOutput return the results of a phreeqc run specified
in the selected output block of a phreeqc input file.
}
\synopsis{
phrGetSelectedOutput()
}
\usage{
phrGetSelectedOutput()
}
\arguments{
} %END arguments
\details{
Any details about the operation of this function should go here.
} %END details
\value{
Returns a data frame containing ...
}
\references{
Literature references and web URLs can go here.
}
\author{
Scott Charlton <charlton@usgs.gov>
Lopaka(Rob) Lee <rclee@usgs.gov>
}
\seealso{
\code{\link{phrReadDB}},
\code{\link{phrReadString}},
\code{\link{phrRun}}
}
\examples{
# Simple example here
}
\keyword{interface}