Description Usage Arguments Examples
View source: R/climate.scenario.functions.r
A generic distribution fitting function for the E variable. Used for random draws from E
1 | E.dist.fit.f(E, densfun = densfun)
|
E |
the time series of environment or ecosystem variable |
densfun |
Either a character string or a function returning a density evaluated at its first argument. Distributions "beta", "cauchy", "chi-squared", "exponential", "gamma", "geometric", "log-normal", "lognormal", "logistic", "negative binomial", "normal", "Poisson", "t" and "weibull" are recognised, case being ignored. |
1 | E.dist.fit.f(rlnorm(1000,6,1.1),densfun="lognormal")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.