plot_phenofit

plot_phenofit(
  obj,
  type = "all",
  methods,
  title = NULL,
  ylab = "Vegetation Index",
  IsPlot = TRUE,
  show.legend = TRUE,
  newpage = TRUE,
  ...
)

Arguments

obj

phenofit object, list(INPUT, fit, seasons)

type

one of c("season", "fitting", "pheno", "all")

methods

Fine curve fitting methods, can be one or more of c('AG', 'Beck', 'Elmore', 'Zhang', 'Gu', 'Klos'). Note that 'Gu' and 'Klos' are very slow. f not specified, it will be determined by phenofit options methods_fine.

title

String, title of figure.

ylab

String, title of xlab and ylab.

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 plot_curvefits()