Set distribution parameters.
1 2 3 4 | setParams(this, ...) <- value
## S4 replacement method for signature 'Distribution,numeric'
setParams(this) <- value
|
this |
Distribution Object |
... |
Additional function arguments. |
value |
Numeric vector containing parameters examples dist <- new("Normal") setParams(dist) <- c(2,3) dist |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.