getParamSet | R Documentation |
Each smoof function contains a parameter set of type ParamSet
assigned to it, which describes types and bounds of the function parameters.
This function returns the parameter set.
fn |
[ |
[ParamSet
]
fn = makeSphereFunction(3L)
ps = getParamSet(fn)
print(ps)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.