Contour plots of some bivariate distributions | R Documentation |
Contour plots of some bivariate distributions.
den.contours(x, type = "normal", v = 5)
x |
A matrix with two columns containing the data. |
type |
The distribution whose contours will appear. This can be "normal", "t" or "mlnorm", standing for the bivariate normal, t and bivariate log-normal. |
v |
The degrees of freedom of the bivariate t distribtuion. |
The contour plot.
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
collognorm.mle, halfcauchy.mle
x <- as.matrix(iris[, 1:2])
den.contours(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.