Description Usage Arguments Value
This function allows you to plot one time-series for two data sets, each per scene or extracted points - e.g. the results of ras_calc_mean() or ras_calc_mean_point(). Furthermore, LOESS smoothening (local polynomial regression fitting) is applied.
1 | ras_plot_2_ts(ras_data_1, ras_data_2, title, x_lab, y_lab, lab_1, lab_2)
|
ras_data_1 |
tibble 1 containing mean raster values which shall be plotted, e.g. result of ras_calc_mean() or ras_calc_mean_point(). |
ras_data_2 |
tibble 2 containing mean raster values which shall be plotted. |
title |
plot title (optional). |
x_lab |
x-axis label (optional). |
y_lab |
y-axis label (optional). |
lab_1 |
legend label data set 1 (optional). |
lab_2 |
legend label data set 2 (optional). |
The resulting time-series ggplot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.