Learn R Programming

sits (version 0.13.0)

.sits_plot_ggplot_together: Plot many timeSeries together using ggplot

Description

Plots a set of time series together.

Usage

.sits_plot_ggplot_together(melted, means, plot_title)

Arguments

melted

tibble with the time series (already melted).

means

means and std deviations of the time series.

plot_title

title for the plot.

Value

The plot itself.