Description Usage Arguments Value Author(s) See Also Examples
Get the type of the BrownianInsertor process.
If type is discrete, than the process inherits from DiscreteInsertor.
If the type is continuous, then the object inherits from ContinuousInsertor.
1 2 |
this |
A BrownianInsertor object. |
... |
Not used. |
A character vector of length one.
Botond Sipos, Gregory Jordan
For more information see BrownianInsertor.
1 2 3 4 5 6 7 8 9 10 11 | p<-BrownianInsertor(type="discrete")
# get type
getType(p)
# get upstream classes
class(p)
p<-BrownianInsertor(type="continuous")
# get type via virtual field
p$type
# get upstream classes
class(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.