| pdmpBorder-accessors | R Documentation |
Get or set the slot values for an object of class pdmpBorder.
In most cases, setting a new value also affects the slot out
(where the simulation result can be stored). This applies to slots
borderfunc, borroot, terroot, which set out to
NULL. For the rest of the slots see pdmp-accessors.
borderfunc(obj)
borderfunc(obj) <- value
borroot(obj)
terroot(obj)
## S4 method for signature 'pdmpBorder'
borderfunc(obj)
## S4 method for signature 'pdmpBorder'
terroot(obj)
## S4 method for signature 'pdmpBorder'
borroot(obj)
## S4 replacement method for signature 'pdmpBorder'
borderfunc(obj) <- value
## S4 replacement method for signature 'pdmpBorder'
borroot(obj) <- value
## S4 replacement method for signature 'pdmpBorder'
terroot(obj) <- value
obj |
an object of class |
value |
the value that shall be set |
It is also possible to modify the slots directly,
e.g. the parameters of a model pdmp with pdmp@parms,
but this is normally not recommended as there is no guarantee that this
will work in a compatible way in future versions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.