View source: R/Parameter_functions.R
is.params | R Documentation |
Checks to see if an object is of class params
is.params(x)
x |
object to test |
Logical
test <- make_params(5,5)
is.params(test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.