plot_phenofit {phenofit} | R 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 |
|
type |
one of c("season", "fitting", "pheno", "all") |
methods |
fine fitting functions, e.g., |
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 |
[Package phenofit version 0.3.9 Index]