Learn R Programming

sits (version 1.1.0)

.sits_plot_ggplot_together: Plot many time series together using ggplot

Description

Plots a set of time series together.

Usage

.sits_plot_ggplot_together(melted, means, plot_title)

Value

A plot object produced by the ggplot2 package each time series associated to one band and one label.

Arguments

melted

tibble with the time series (already melted).

means

means and std deviations of the time series.

plot_title

title for the plot.