seasonplot_gg {deseats} | R Documentation |
Creation of Seasonal Plots in the Style of ggplot2
Description
Simplified seasonal plot creation of time series objects in order to identify seasonal patterns.
Usage
seasonplot_gg(x)
Arguments
x |
a time series object of class |
Details
The function returns an plot object in the style of ggplot2
. The plot
can therefore be adjusted easily using common ggplot2
syntax.
Value
The function returns a ggplot2
plot object.
Examples
seasonplot_gg(TEMPERATURE) +
ggplot2::ylab("Degrees Celsius") +
ggplot2::ggtitle("Seasonal plot of German temperature data")
[Package deseats version 1.1.0 Index]