Learn R Programming

TSstudio (version 0.1.4)

ts_surface: 3D Surface Plot for Time Series

Description

3D surface plot for time series object by it periodicity (currently support only monthly and quarterly frequency)

Usage

ts_surface(ts.obj)

Arguments

ts.obj

a univariate time series object of a class "ts", "zoo" or "xts" (support only series with either monthly or quarterly frequency)

Examples

Run this code
# NOT RUN {
ts_surface(USgas) 
# }

Run the code above in your browser using DataLab