Learn R Programming

phenofit (version 0.2.5-2)

plot_season: plot_season

Description

Plot growing season divding result.

Usage

plot_season(INPUT, brks, plotdat, ylu, IsPlot.OnlyBad = FALSE,
  show.legend = TRUE)

Arguments

INPUT

A list object with the elements of t, y, w, Tn (optional) and ylu, returned by check_input().

brks

A list object returned by season or season_mov.

plotdat

(optional) A list or data.table, with t, y and w. Only if IsPlot=TRUE, plot_input() will be used to plot. Known that y and w in INPUT have been changed, we suggest using the original data.table.

ylu

[low, high] of time-series y (curve fitting values are constrained in the range of ylu.

IsPlot.OnlyBad

If true, only plot partial figures whose NSE < 0.3.

show.legend

Whether to show legend?