Description Usage Arguments Value Methods (by class) Examples
Verify that the input name is a valid input parameter for an object
1 2 3 4 |
obj |
An object derived from struct_class |
name |
Name of parameter |
TRUE if parameter name is valid, FALSE if not
struct_class
:
1 2 3 | M = example_model()
is_param(M,'value_1') # TRUE
is_param(M,'alpha') # FALSE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.