An R-package for performing Bayesian spatiotemporal wombling. Further details can be found in the paper titled, "Bayesian Spatiotemporal Wombling".
|
|
|
|
|
- Load the data containing (a) space-time co-ordinates (b) response (c) covariates
- Fit a spatiotemporal Bayesian hierarchical model to the data
- Perform spatiotemporal differential process analysis
- Locate or annotate planar curves of interest
- Perform surface wombling over triangulated surface
Refer to the vignettes folder for further details on the above steps to reproduce the analysis. All spatiotemporal plotting relies on ggplot2 and rgl.
if("devtools" %in% rownames(installed.packages()) == FALSE) install.packages("devtools")
devtools::install_github('arh926/sptwombling')
require(sptwombling)




