Shiny apps for visualizing SpaDES simulation
outputs.
Note: This package was previously deprecated and has been restarted from scratch. The current focus is
shine(), an interactive outputs viewer.
remotes::install_github("PredictiveEcology/SpaDES.shiny")shine() recursively scans a folder for raster (.tif) and image (.png) outputs, groups
files that share a base name but differ by an embedded timestamp into time-series "objects",
and launches a Shiny app to explore them:
- Maps –
.tifrasters drawn on a chooseable web basemap, rendered with the tiledleafem::addGeotiff()renderer for fast pan/zoom at native resolution. Toggle layers in the legend; a time slider animates time-series. - Figures –
.pngimages, one at a time, with a time slider for time-series figures. - Differences – per-object
last - firstdifference maps. - Custom differences – pick any two map snapshots (
object @ year) and viewB - A.
library(SpaDES.shiny)
shine("outputs")