Learn R Programming

phenofit (version 0.2.7)

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 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?