ras_plot_2_ts: Plot one time-series per scene or point for two data sets

Description Usage Arguments Value

Description

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.

Usage

1
ras_plot_2_ts(ras_data_1, ras_data_2, title, x_lab, y_lab, lab_1, lab_2)

Arguments

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).

Value

The resulting time-series ggplot.


malinfischer/phenoTS documentation built on May 14, 2019, 12:56 a.m.