Learn R Programming

MultiNMix (version 0.1.0)

tracePlot: Trace Plot Generic and Method for "MNM" Class

Description

The tracePlot function generates trace plots for parameters in objects. This documentation includes the generic and the method for the "MNM" class.

Usage

tracePlot(x, param, ...)

# S4 method for MNM tracePlot(x, param, ...)

Value

No return value; displays a trace plot for the specified parameter.

Arguments

x

An object of class "MNM".

param

The name of the parameter to plot (e.g., "N[8, 1]").

...

Additional arguments (not used for "MNM").

Methods (by class)

  • tracePlot(MNM): Method for objects of class "MNM".