Description Usage Arguments Value Author(s) See Also Examples
Check if the Process object has undefined rate parameters.
For the instances of the Process class this method always returns FALSE. Descendant classes should implement more meaningful methods.
1 2 | ## S3 method for class 'Process'
hasUndefinedRate(this, ...)
|
this |
A Process object. |
... |
Not used. |
FALSE
Botond Sipos, Gregory Jordan
For more information see Process
.
1 2 3 4 5 6 | # create object
p<-Process()
# check if has undefined rates
hasUndefinedRate(p) # return FALSE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.