Learn R Programming

DepthProc (version 1.0.7)

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

Description

Functional boxplot based on Modified Band Depth

Usage

# S4 method for 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

Run this code
x = depthMBD(matrix(rnorm(200), ncol = 10))
plot(x)

Run the code above in your browser using DataLab