exp | R Documentation |
Map a logged kernel density estimate from [-∞,+∞] to [0,∞] by taking exponents.
## S3 method for class 'density' exp(x)
x |
an object of class |
an object of class density
data(catchments,package='geostats') lc <- log(catchments$CaMg) ld <- density(lc) d <- exp(ld) plot(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.