Graphs contours for an mvnorm, with parameters submitted as a vector for a single 2D Gaussian. The probability has to be calculated on a grid so contours can be drawn.
1 2 | graph.mvnorm(param, x, y, div = 10, add = FALSE, clr = "gray",
lw = 0.5, pw = 2, exclude = NULL, returnit = FALSE)
|
add |
Logical. Whether to add elements such as points or line to an existing graph. if TRUE, there must be an appropriate existing graph, otherwise, a new graph is drawn. |
clr |
A string indicating colour. See argument col in |
exclude |
Allows parts to be set to zero. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.