plot_phenofit
plot_phenofit( obj, type = "all", methods, title = NULL, ylab = "Vegetation Index", IsPlot = TRUE, show.legend = TRUE, newpage = TRUE, ... )
obj |
|
---|---|
type | one of c("season", "fitting", "pheno", "all") |
methods | Fine curve fitting methods, can be one or more of
|
title | String, title of figure. |
ylab | String, title of |
IsPlot | boolean. If false, a ggplot object will be returned. |
show.legend | If now show legend, ggplot object will be returned, else grid object will be returned. |
newpage | boolean, whether draw figure in a new page? |
... | other parameters to |