legacyplot | R Documentation |
This function produces summary plots of bcp() output. It is adapted from the default legacyplot function in pacakge bcp.
legacyplot(x, annotation = NULL, medianfilter = FALSE)
x |
A list. The result of a call to bcp(). |
annotation |
Annotate points up to total components calculated. No annotation when annotation = 0. |
medianfilter |
A logical value. Compute running medians to smooth scatter plot. |
library(bcp) legacyplot(bcp(as.vector(c(rep(10, 10), 9.5, rep(0, 10))), p0 = 0.1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.