ell | R Documentation |
The ellipse is the contour of the bivariate normal distribution with variance 'shape'.
ell(center = rep(0, 2), shape = diag(2), radius = 1, n = 100)
center |
(default: c(0,0)) |
shape |
variance of bivariate normal. Default: 2 x 2 identity |
radius |
of ellipse, equivalently: square root of deviance contour |
n |
number of points on the ellipse |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.