seasonplot_gg | R Documentation |
Simplified seasonal plot creation of time series objects in order to identify seasonal patterns.
seasonplot_gg(x)
x |
a time series object of class |
The function returns an plot object in the style of ggplot2
. The plot
can therefore be adjusted easily using common ggplot2
syntax.
The function returns a ggplot2
plot object.
seasonplot_gg(TEMPERATURE) +
ggplot2::ylab("Degrees Celsius") +
ggplot2::ggtitle("Seasonal plot of German temperature data")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.