rainbow3D | R Documentation |
This function creates a 3D rainbow plot of a functional time series (FTS) using the rgl
package.
The data is color-coded using a rainbow color scheme, with earlier curves in red and later curves in violet.
A 360-degree interactive view is available through an embedded widget.
rainbow3D(f_data)
f_data |
A |
A 3D rainbow plot of the functional time series data.
data(Spanish_elec) # Daily Spanish electricity price profiles
rainbow3D(Spanish_elec)
data(sp500) # S&P500 index data
rainbow3D(OCIDR(sp500))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.