plot.mable {mable} | R Documentation |
Plot mathod for class 'mable'
Description
Plot mathod for class 'mable'
Usage
## S3 method for class 'mable'
plot(
x,
which = c("density", "cumulative", "survival", "likelihood", "change-point", "all"),
add = FALSE,
contour = FALSE,
lgd.x = NULL,
lgd.y = NULL,
nx = 512,
...
)
Arguments
x |
Class "mable" object return by |
which |
indicates which graphs to plot, options are
"density", "cumulative", "likelihood", "change-point", "all". If not "all",
|
add |
logical add to an existing plot or not |
contour |
logical plot contour or not for two-dimensional data |
lgd.x , lgd.y |
coordinates of position where the legend is displayed |
nx |
number of evaluations of density, or cumulative distribution curve to be plotted. |
... |
additional arguments to be passed to the base plot function |
Value
The data used for 'plot()', 'lines()', or 'persp()' are returned invisibly.
[Package mable version 3.1.3 Index]