Plot mathod for class 'mable'
# S3 method for mable
plot(
x,
which = c("density", "cumulative", "survival", "likelihood", "change-point", "all"),
add = FALSE,
contour = FALSE,
lgd.x = NULL,
lgd.y = NULL,
nx = 512,
...
)
The data used for 'plot()', 'lines()', or 'persp()' are returned invisibly.
Class "mable" object return by mablem
, mable
, mable.mvar
,
mablem.group
or mable.group
functions which contains p
,
mloglik
, and M = m0:m1
, lk
, lr
,
indicates which graphs to plot, options are
"density", "cumulative", "likelihood", "change-point", "all". If not "all",
which
can contain more than one options.
logical add to an existing plot or not
logical plot contour or not for two-dimensional data
coordinates of position where the legend is displayed
number of evaluations of density, or cumulative distribution curve to be plotted.
additional arguments to be passed to the base plot function