
Shiny app with interactive plots and maps of watershed simulation results
Source:R/shinyplot_land.R
shinyplot.spwb_land.Rd
Creates a shiny app with interactive plots for simulation results
Usage
# S3 method for class 'spwb_land'
shinyplot(x, r = NULL, ...)
# S3 method for class 'growth_land'
shinyplot(x, r = NULL, ...)
# S3 method for class 'fordyn_land'
shinyplot(x, r = NULL, ...)
Arguments
- x
An object of class
spwb_land
,growth_land
orfordyn_land
.- r
An object of class
SpatRaster
, defining the raster topology.- ...
Additional parameters for function shinyplot (not used).