powered by
Functional boxplot based on Modified Band Depth
# S4 method for DepthMBD,ANY plot(x, band_lim = c(0, 0.5), colors = NULL, add_lines = TRUE, lwd = 1, alpha = 0.5, ...)
object of class DepthMBD
limits for bands
color set
Logical. If TRUE, all lines from data will be plotted.
lines width
transparency for band area.
other arguments passed to matplot
x = depthMBD(matrix(rnorm(200), ncol = 10)) plot(x)
Run the code above in your browser using DataLab