Newer
Older
% 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
}