| params.exponential | R Documentation |
exponential object.Method for obtaining the parameters of an exponential object.
## S3 method for class 'exponential'
params(x)
x |
The object to obtain the parameters of |
A named vector of parameters
x <- exponential(rate = 0.5)
params(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.