plot.frv | R Documentation |
Plots the output of a frv object. It shows how the number of change-points estimated by the given model vary with the regularization constant lambda. Graphical inspection can be used to choose a proper value for the constant. The suggestion is to pick a value in which the curve starts to "flat-out"
## S3 method for class 'frv' plot(x, ..., pkg = "base")
x |
An object returned from the function select_frv |
... |
Other parameters |
pkg |
Graphical package to be used for plotting. Current values are "base". |
No return value.
td = rcpd(nrow = 10, ncol = 10) frv = select_frv(td$data_matrix) plot(frv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.