Learn R Programming

emax.glm (version 0.1.2)

plot_probabilities.matrix: Plot the class probabilities, both compared to data set index and as histogram.

Description

Plot the class probabilities, both compared to data set index and as histogram.

Usage

# S3 method for matrix
plot_probabilities(class_probabilities, ...)

Arguments

class_probabilities

Matrix of n x K class probabilities

...

Associated arguments to be passed to plot::par function.