Learn R Programming

rainbow (version 3.5)

Simulationdata: Simulated data

Description

Simulated data used in Hyndman and Shang (2008).

Usage

data(Simulationdata)

Arguments

Format

An object of class fds.

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.

Examples

Run this code
# NOT RUN {
plot(Simulationdata, col = rainbow(100))
lines(Simulationdata, index = 991:1000, col = "black")
# }

Run the code above in your browser using DataLab