Description Usage Arguments Value Examples
Plot of data with a values of means and changepoints.
1 | plotFPOP2D(data, chpts, means1, means2)
|
data |
matrix of data of dimension 2 x data length. |
chpts |
a vector of increasing changepoint indices. Last index is always less than data length. |
means1 |
vector of successive means1 for data1. |
means2 |
vector of successive means2 for data2. |
Plot of data with a given values of means and changepoints.
1 2 | Data <- data_gen2D(n = 10, chpts = NULL, means1 = 0, means2 = 1, noise = 1)
plotFPOP2D(data = Data, chpts = NULL, means1 = 0, means2 = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.