Plot bivariate contour of mixing distributions
This function plots an estimated bivariate contour mixing distributions.
plot_mixture_contour(means, covs, weights, names)
means
: The class means.covs
: The class covariances.weights
: The class weights.names
: The covariate names.An object of class ggplot
.
Useful links