plot_entropy: Plot the entropy of a MOBSTER mixture.

View source: R/plot_entropy.R

plot_entropyR Documentation

Plot the entropy of a MOBSTER mixture.

Description

Returns a plot of the entropy and the reduced entropy for this mixture, binning the domain with bins of size 1e-3. The full entropy is coloured with a gradient, and the reduced is dashed.

Usage

plot_entropy(x)

Arguments

x

An object of class "dbpmm".

Value

A ggplot object for the plot.

Examples

data(fit_example)
plot_entropy(fit_example$best)

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