Description Usage Arguments See Also Examples
Produce a plot of two-dimensional segmentation of a stab.blockSeg
fit.
1 2 3 4 |
x |
an object of class |
y |
the observations data (or a transformation). |
threshold |
the threshold used (percent the maximum value). |
postprocessing |
the condition if plot used a post-processing (if $post=TRUE) or not. If there is a post-processing, post-processing$adjacent is the maximal distance between two points. |
col |
colors of the graphics. By default, it is " |
shiny |
for a representation with a shiny application. By default shiny=FALSE |
... |
used for S4 compatibility. |
1 2 3 4 5 6 7 8 9 10 | ## Not run:
n <- 100
## model parameters
K <- 5
mu <- suppressWarnings(matrix(rep(c(1,0),ceiling(K**2/2)), K,K))
Y <- rblockdata(n,mu,sigma=.5)$Y
stab.out <- stab.blockSeg(Y, 100, 15)
plot(stab.out,Y)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.