plot.BayesCP {onlineBcp} | R Documentation |
Plot BayesCP object
Description
Plot BayesCP object
Usage
## S3 method for class 'BayesCP'
plot(x, xlab = "Index", ylab = "x", ...)
Arguments
x |
the BayesCP class object to be plotted |
xlab |
the default x-axis label, default "Index" |
ylab |
the default y-axis label, default "x" |
... |
the plotting parameters passed to plot() |
Value
No return value, called for side effects
[Package onlineBcp version 0.1.8 Index]