View source: R/plot_phenofit.R
| plot_phenofit | R Documentation | 
plot_phenofit
plot_phenofit(
  obj,
  type = "all",
  methods,
  title = NULL,
  ylab = "Vegetation Index",
  IsPlot = TRUE,
  show.legend = TRUE,
  newpage = TRUE,
  ...
)
| 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  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.