Description Usage Arguments Value Author(s) See Also Examples
Check if a Process object has the site-process specific parameter with the given id.
1 2 | ## S3 method for class 'Process'
hasSiteSpecificParameter(this, id, ...)
|
this |
A Process object. |
id |
The identifier of the site-process specific parameter of interest. |
... |
Not used. |
TRUE or FALSE.
Botond Sipos, Gregory Jordan
For more information see Process
.
1 2 3 4 5 6 7 | # create a process object
p<-Process()
# check whether it has the "rate.multiplier" site-process specific paramter
hasSiteSpecificParameter(p,"rate.multiplier"); # TRUE
# check whether it has the "omega" site-process specific paramter
hasSiteSpecificParameter(p,"omega"); # FALSE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.