plot-DepthMBD-ANY-method: Functional boxplot based on Modified Band Depth

Description Usage Arguments Examples

Description

Functional boxplot based on Modified Band Depth

Usage

1
2
3
## S4 method for signature 'DepthMBD,ANY'
plot(x, band_lim = c(0, 0.5), colors = NULL,
  add_lines = TRUE, lwd = 1, alpha = 0.5, ...)

Arguments

x

object of class DepthMBD

band_lim

limits for bands

colors

color set

add_lines

Logical. If TRUE, all lines from data will be plotted.

lwd

lines width

alpha

transparency for band area.

...

other arguments passed to matplot

Examples

1
2
x = depthMBD(matrix(rnorm(200), ncol = 10))
plot(x)

DepthProc documentation built on May 2, 2019, 6:22 p.m.