View source: R/plot_latent_variables.R
plot_latent_variables | R Documentation |
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.
data('fit_example', package = 'mobster')
plot_latent_variables(fit_example$best)
plot_latent_variables(fit_example$best, cutoff_assignment = .9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.