gprm | R Documentation |
Simple wrapper around d$getParameterValue(p) and d$setParameterValue(lst).
gprm(d, p) sprm(d, lst)
d |
( |
p |
( |
lst |
( |
d <- dstr("Norm") gprm(d, "mean") gprm(d, c("mean", "var")) sprm(d, list(mean = 1, var = 3)) gprm(d, c("mean", "sd"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.