Description Instantiation Slots Extends Methods Author(s) References
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
:Object of class "character"
identifying a
an SBML UnitKind
. For possible values see Table 2 in the SBML specification.
exponent
:Object of class "integer"
indicating the
exponent to use in the transformation.
unitScale
:Object of class "integer"
indicating the
order of magnitude of the scaling to use in the transformation.
multiplier
:Object of class "numeric"
indicating
the factor to use for scaling in the transformation.
offset
:Object of class "numeric"
indicating the
amount of constant shift in the transformation.
metaId
:Object of class "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
:Object of class "character"
containing user-readable XHTML notes about an element.
annotation
:Object of class "character"
containing
additional machine-readable information about an element, usually as RDF,
such as BioPAX. This is where application-specific data belongs.
cvTerms
:Object of class "list"
containing
instances of CVTerm
associated with this
element.
sboTerm
:Object of class "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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.