Skip to content
Snippets Groups Projects
ParseFormula.Rd 540 B
Newer Older
Marco De Lucia's avatar
Marco De Lucia committed
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/Rphree_DataBase.R
\name{ParseFormula}
\alias{ParseFormula}
\title{Parses a formula as it is written in a PHREEQC database}
\usage{
ParseFormula(line, type = "all")
}
\arguments{
\item{line}{the string containing the reaction}

\item{type}{one of c("all","lhs","rhs")}
}
\value{
a list containing components and coefficients.
    Coefficients of left hand side are negated.
}
\description{
Parses a formula as it is written in a PHREEQC database
}
Marco De Lucia's avatar
Marco De Lucia committed
\author{
MDL
}