ts_surface: 3D Surface Plot for Time Series

View source: R/ts_seasonal.R

ts_surfaceR Documentation

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

ts_surface(USgas) 

RamiKrispin/TSstudio documentation built on Aug. 28, 2023, 11:08 a.m.