Plot growing season divding result.
plot_season(INPUT, brks, plotdat, ylu, IsPlot.OnlyBad = FALSE,
show.legend = TRUE)
A list object with the elements of t
, y
, w
,
Tn
(optional) and ylu
, returned by check_input()
.
A list object returned by season
or season_mov
.
(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.
[low, high]
of time-series y (curve fitting values are constrained
in the range of ylu
.
If true, only plot partial figures whose NSE < 0.3.
Whether to show legend?