diff --git a/man/getSBMLFbcversion.Rd b/man/getSBMLFbcversion.Rd index 326a48c869ef4fc9d86178c2a243092a1938ebe4..5fadfd5f13a5ae2b2c8cf8c69fb975fde943bb29 100644 --- a/man/getSBMLFbcversion.Rd +++ b/man/getSBMLFbcversion.Rd @@ -1,44 +1,44 @@ -\name{getSBMLFbcversion} -\alias{getSBMLFbcversion} - -\title{ - Get SBML Version -} - -\description{ - Retrieve SBML FBC version of SBML file. -} - -\usage{ - getSBMLversion(sbmlf) -} - -\arguments{ - \item{sbmlf}{ - An object of class \code{\linkS4class{sbmlPtr}} as returned by - \code{\link{openSBMLfile}}. This is basically a pointer to a SBML document. - } -} - -\value{ - A single integer value containing the SBML FBC version of the SBML file. -} - -\references{ - Bornstein, B. J., Keating, S. M., Jouraku, A., and Hucka M. (2008) - LibSBML: An API Library for SBML. \emph{Bioinformatics} \bold{24}, - 880--881. -} - -\author{ - Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> - - Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de> -} - - -\seealso{ - \code{\link{openSBMLfile}}, \code{\linkS4class{sbmlPtr}} -} - -\keyword{ IO } +\name{getSBMLFbcversion} +\alias{getSBMLFbcversion} + +\title{ + Get SBML Version +} + +\description{ + Retrieve SBML FBC version of SBML file. +} + +\usage{ + getSBMLFbcversion(sbmlf) +} + +\arguments{ + \item{sbmlf}{ + An object of class \code{\linkS4class{sbmlPtr}} as returned by + \code{\link{openSBMLfile}}. This is basically a pointer to a SBML document. + } +} + +\value{ + A single integer value containing the SBML FBC version of the SBML file. +} + +\references{ + Bornstein, B. J., Keating, S. M., Jouraku, A., and Hucka M. (2008) + LibSBML: An API Library for SBML. \emph{Bioinformatics} \bold{24}, + 880--881. +} + +\author{ + Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> + + Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de> +} + + +\seealso{ + \code{\link{openSBMLfile}}, \code{\linkS4class{sbmlPtr}} +} + +\keyword{ IO } \ No newline at end of file