plot_phenofit
plot_phenofit(
obj,
type = "all",
methods,
title = NULL,
ylab = "Vegetation Index",
IsPlot = TRUE,
show.legend = TRUE,
newpage = TRUE,
...
)phenofit object, list(INPUT, fit, seasons)
one of c("season", "fitting", "pheno", "all")
fine fitting functions, e.g., c("AG", "Zhang", "Beck", "Elmore", "Gu")
String, title of figure.
String, title of xlab and ylab.
boolean. If false, a ggplot object will be returned.
If now show legend, ggplot object will be returned, else grid object will be returned.
boolean, whether draw figure in a new page?
other parameters to plot_curvefits()