Plot growing season divding result.

plot_season(
  INPUT,
  brks,
  plotdat,
  ylu,
  IsPlot.OnlyBad = FALSE,
  show.legend = TRUE,
  ylab = "VI",
  title = NULL
)

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?

ylab

y axis title

title

The main title (on top)