View source: R/plotChangePoint.R
plotChangePoint | R Documentation |
Plots change points. Shows best plot or the top three plots based on BFIC value.
plotChangePoint(
M1,
M2,
pad1,
probvec,
wid,
m,
n,
data,
indices,
showall = FALSE
)
M1 |
Max of probability vector [calculated in changePointDetect] |
M2 |
If M1 > 3, good evidence of change point [calculated in changePointDetect] |
pad1 |
padding [calculated in changePointDetect] |
probvec |
idealized data set and its discrete wavelet transform [calculated in changePointDetect] |
wid |
number of columns of data (width) [calculated in changePointDetect] |
m |
row length [calculated in changePointDetect] |
n |
length [calculated in changePointDetect] |
data |
change point dataset [calculated in changePointDetect] |
indices |
indices of change point [calculated in changePointDetect] |
showall |
set to TRUE to see the top three candidate plots based on highest BFIC value |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.