Learn R Programming

rainbow (version 1.6)

plot.fdepth: 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.

References

R. J. Hyndman and H. L. Shang. (2009) "Rainbow plots, bagplots, and boxplots for functional data", Journal of Computational and Graphical Statistics, in press.

See Also

fdepth

Examples

Run this code
plot(fdepth(ElNino))

Run the code above in your browser using DataLab