| Parameter-class {rsbml} | R Documentation |
Declares a variable to be used in a mathematical expression.
Objects can be created by calls of the form new("Parameter", ...).
id:"character" uniquely identifying this component. name:"character" naming this component. value:"numeric" specifying the initial value. units:"character" identifying the units. constant:"logical" indicating whether
the value of this parameter is constant.metaId:"character" that is an XML ID
"described" by an RDF resource. This links an SBML element to an RDF
resource. RDF may appear anywhere in an SBML element,
but is usually placed inside the annotation element.notes:"character"
containing user-readable XHTML notes about an element. annotation:"character" containing
additional machine-readable information about an element, usually as RDF,
such as BioPAX. This is where application-specific data belongs.
Class "SBase", directly.
signature(object = "Parameter"): gets the id slot signature(object = "Parameter"): sets the id slot signature(object = "Parameter"): gets the name slot signature(object = "Parameter"): sets the name slot signature(object = "Parameter"): gets the units slot signature(object = "Parameter"): sets the units slot signature(object = "Parameter"): gets the constant slot signature(object = "Parameter"): sets the constant slot signature(object = "Parameter"): gets the value slot signature(object = "Parameter"): sets the value slot Michael Lawrence