PlotBLSP: Plot BLSP model fitting result.

PlotBLSPR Documentation

Plot BLSP model fitting result.

Description

Plot BLSP model fitting result.

Usage

PlotBLSP(blsp_fit, if_return_fit = FALSE)

Arguments

blsp_fit

The object of BlspFit class returned by FitBLSP() function.

if_return_fit

Logic. Determine whether return the fitted values. Default is FALSE.

Value

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.

Examples

## Not run: 
blsp_fit <- FitBLSP(landsatEVI2$date, landsatEVI2$evi2, verbose = TRUE)
fitted_dt <- PlotBLSP(blsp_fit, if_return_fit = TRUE)

## End(Not run)

ncsuSEAL/Bayesian_LSP documentation built on Feb. 12, 2025, 4:59 a.m.