From 4d3f49d30c8db0c4e69ae72b93812fbf053612e7 Mon Sep 17 00:00:00 2001 From: "Habil, Ardalan (arhab001)" <ardalan.habil@uni-duesseldorf.de> Date: Thu, 1 Dec 2016 14:24:13 +0100 Subject: [PATCH] man bug --- man/getSBMLFbcversion.Rd | 88 ++++++++++++++++++++-------------------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/man/getSBMLFbcversion.Rd b/man/getSBMLFbcversion.Rd index 326a48c..5fadfd5 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 -- GitLab