PlotBLSP | R Documentation |
Plot BLSP model fitting result.
PlotBLSP(blsp_fit, if_return_fit = FALSE)
blsp_fit |
The object of |
if_return_fit |
Logic. Determine whether return the fitted values. Default
is |
A plot showing the BLSP model fitting result. If if_return_fit
is true,
the model fitted time series as well as the 95% credible interval will also be
returned.
## Not run:
blsp_fit <- FitBLSP(landsatEVI2$date, landsatEVI2$evi2, verbose = TRUE)
fitted_dt <- PlotBLSP(blsp_fit, if_return_fit = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.