plot.mix_mode: Plot method for 'mix_mode' objects

View source: R/plot_methods.R

plot.mix_modeR Documentation

Plot method for mix_mode objects

Description

Plot method for mix_mode objects

Usage

## S3 method for class 'mix_mode'
plot(x, from = x$range[1], to = x$range[2], ...)

Arguments

x

An object of class mix_mode.

from

the lower limit of the range over which the function will be plotted. Default is x$range[1].

to

the upper limit of the range over which the function will be plotted. Default is x$range[2].

...

Not used.


BayesMultiMode documentation built on May 29, 2024, 11:01 a.m.