Add multivariate normal contour to plot
Arguments
- mu
Vector of MVNormal center.
- Sigma
Covariance matrix of MVNormal.
- level
The values the of cumulative density to plot contours.
- col
Color of the contours.
- alpha
Opacity of the contours.
- ...
Further arguments passed to
graphics::lines()
.