Unit-class {rsbml} | R Documentation |
A (possibly transformed) reference to a base UnitKind
. The
transformation is of the form: $multiplier * 10^scale * x^exponent + offset$.
Objects can be created by calls of the form new("Unit", ...)
.
kind
:"character"
identifying a
an SBML UnitKind
. For possible values see Table 2 in the SBML specification.exponent
:"integer"
indicating the
exponent to use in the transformation.unitScale
:"integer"
indicating the
order of magnitude of the scaling to use in the transformation.multiplier
:"numeric"
indicating
the factor to use for scaling in the transformation.offset
:"numeric"
indicating the
amount of constant shift in the transformation.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.cvTerms
:"list"
containing
instances of CVTerm
associated with this
element.sboTerm
:"integer"
identifying
a term in the Systems Biology Ontology (SBO).
Class "SBase"
, directly.
signature(object = "Unit")
: gets the exponent
slot signature(object = "Unit")
: sets the exponent
slot signature(object = "Unit")
: gets the kind
slot signature(object = "Unit")
: sets the kind
slot signature(object = "Unit")
: gets the multiplier
slot signature(object = "Unit")
: sets the multiplier
slot signature(object = "Unit")
: gets the offset
slot signature(object = "Unit")
: sets the offset
slot signature(x = "Unit")
: ... signature(object = "Unit")
: sets the unitScale
slot Michael Lawrence