R/plot_latent_variables.R
plot_latent_variables.Rd
It renders a heatmap where the latent variables
(reponsibilities) are shown and colured according to their value.
This function also calls function Clusters
, using a parameter
that determines if a point is not to be assigned its best cluster
based on a cutoff.
plot_latent_variables(x, cutoff_assignment = 0)
x | A MOBSTER fit. |
---|---|
cutoff_assignment | The parameter used to call function
|
A plot of the latent variables of the mixture.
plot_latent_variables(fit_example$best, cutoff_assignment = .9)