plot.mable | R Documentation |
Plot mathod for class 'mable'
## 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,
...
)
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 |
The data used for 'plot()', 'lines()', or 'persp()' are returned invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.