powered by
Polor plot for time series object (ts, zoo, xts), currently support only monthly and quarterly frequency
ts_polar(ts.obj, title = NULL, width = 600, height = 600, left = 25, right = 25, top = 25, bottom = 25)
A univariate time series object of a class "ts", "zoo" or "xts" (support only series with either monthly or quarterly frequency)
Add a title for the plot, default set to NULL
The widht of the plot in pixels, default set to 600
The height of the plot pixels, default set to 600
Set the left margin of the plot in pixels, default set to 25
Set the right margin of the plot in pixels, default set to 25
Set the top margin of the plot in pixels, default set to 25
Set the bottom margin of the plot in pixels, default set to 25
# NOT RUN { data(USgas) ts_polar(USgas) # }
Run the code above in your browser using DataLab