50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

phenofit (version 0.2.5-2)

phenofit_plot: phenofit_plot

Description

phenofit_plot

Usage

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

Arguments

obj

fFIT

type

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

methods

Fine curve fitting methods, can be one or more of c('AG', 'Beck', 'Elmore', 'Gu', 'Klos', 'Zhang').

title

String, title of figure.

title.ylab

String, title of 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?