Last data update: 2014.03.03

R: Plot functional depth
plot.fdepthR Documentation

Plot functional depth

Description

Plot functional depth.

Usage

## S3 method for class 'fdepth'
plot(x, show.legend = TRUE, pos.legend = "bottomleft", ...)

Arguments

x

An object of class fdepth.

show.legend

Is legend required?

pos.legend

When show.legend = TRUE, users can specify the position of the legend.

...

Other plotting parameters passed to par.

Value

Function produces a plot.

Author(s)

Rob J Hyndman, Han Lin Shang. Please, report bugs and suggestions to hanlin.shang@anu.edu.au

References

R. J. Hyndman and H. L. Shang. (2010) "Rainbow plots, bagplots, and boxplots for functional data", Journal of Computational and Graphical Statistics, 19(1), 29-45.

See Also

fdepth

Examples

plot(fdepth(ElNino))

Results