tracePlot {MultiNMix} | R Documentation |
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 signature 'MNM'
tracePlot(x, param, ...)
Arguments
x |
An object of class |
param |
The name of the parameter to plot (e.g., |
... |
Additional arguments (not used for |
Value
No return value; displays a trace plot for the specified parameter.
Methods (by class)
-
tracePlot(MNM)
: Method for objects of class"MNM"
.
[Package MultiNMix version 0.1.0 Index]