Description Usage Arguments Value Examples
Test if an object is a param
1 | is.param(x)
|
x |
An object |
TRUE if the object is a 'param', FALSE otherwise
1 2 | is.param(4) # false
is.param(param.discrete(c('heads', 'tails'))) # true
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.