| FunctionDefinition-class {rsbml} | R Documentation |
Identifies a mathematical expression so that it may be referenced in other expressions.
Objects can be created by calls of the form new("FunctionDefinition", ...).
id:"character" uniquely identifying this component. name:"character" naming this component. math:"expression" that defines the function. 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 = "FunctionDefinition"): gets the id slot signature(object = "FunctionDefinition"): sets the id slot signature(object = "FunctionDefinition"): gets the name slot signature(object = "FunctionDefinition"): sets the name slot signature(object = "FunctionDefinition"): gets the math slot signature(object = "FunctionDefinition"): sets the math slot Michael Lawrence