plot.fdepth {rainbow} | R 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 |
show.legend |
Is legend required in the plot? |
pos.legend |
When |
... |
Other plotting parameters passed to |
Value
Function produces a plot.
Author(s)
Rob J Hyndman, Han Lin Shang
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
Examples
plot(fdepth(ElNino_OISST_region_1and2))
[Package rainbow version 3.8 Index]