pdmpBorder-accessors: Accessor functions for Class pdmpBorder

Description Usage Arguments Details

Description

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.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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

Arguments

obj

an object of class pdmpBorder

value

the value that shall be set

Details

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.


CharlotteJana/pdmpsim documentation built on July 2, 2019, 5:37 a.m.