plot_init | R Documentation |
Plot the initial density of a fit.
plot_init(x, colors = c(Tail = "gainsboro"))
x |
An object of class |
colors |
If provided, these colours will be used for each cluster.
If a subset of colours is provided, palette Set1 from |
A ggplot object for the plot.
data(fit_example)
plot_init(fit_example$best)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.