ras_plot_ts: Plot one time-series per scene or point

Description Usage Arguments Value

Description

This function allows you to plot one time-series per scene or extracted points, e.g. the result of ras_calc_mean() or ras_calc_mean_point(). Furthermore, LOESS smoothening (local polynomial regression fitting) is applied.

Usage

1
ras_plot_ts(ras_data, title, x_lab, y_lab)

Arguments

ras_data

a tibble containing mean raster values which shall be plotted, e.g. result of ras_calc_mean() or ras_calc_mean_point().

title

plot title (optional).

x_lab

x-axis label (optional).

y_lab

y-axis label (optional).

Value

The resulting time-series ggplot.


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