plot_mixing_proportions: Plot the mixing proportions of the mixture.

View source: R/plot_mixing_proportions.R

plot_mixing_proportionsR Documentation

Plot the mixing proportions of the mixture.

Description

Plot the mixing proportions of the mixture.

Usage

plot_mixing_proportions(x, colors = c(Tail = "gainsboro"))

Arguments

x

An object of class 'dbpmm'.

colors

If provided, these colours will be used for each cluster. If a subset of colours is provided, palette Set1 from RColorBrewer is used. By default the tail colour is provided as 'gainsboro'.

Value

A plot of the mixing proportions of the mixture.

Examples

data(fit_example)
plot_mixing_proportions(fit_example$best)

caravagnalab/mobster documentation built on March 25, 2023, 3:40 p.m.