plot_phenofit: plot_phenofit

View source: R/plot_phenofit.R

plot_phenofitR Documentation

plot_phenofit

Description

plot_phenofit

Usage

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 fitting functions, e.g., c("AG", "Zhang", "Beck", "Elmore", "Gu")

title

String, title of figure.

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


phenofit documentation built on Feb. 16, 2023, 6:21 p.m.