shinyplot_land {medfateland} | R Documentation |
Shiny app with interactive plots and maps
Description
Creates a shiny app with interactive plots for spatial inputs and simulation results
Usage
shinyplot_land(x, SpParams = NULL, r = NULL)
Arguments
x |
The object of class 'sf' containing information to be drawn (see details). Alternatively, an object of class 'spwb_land', 'growth_land' or 'fordyn_land'. |
SpParams |
A data frame with species parameters (see |
r |
An object of class |
Details
Only run this function in interactive mode. The shiny app can be used to display spatial inputs or simulation results.
Spatial inputs:
This is the case if the user supplies an object of class sf
with simulation inputs.
Simulation result summaries:
This is the case if the user supplies an object of class sf
with simulation summaries. Available plots depend on the summary function used to create the result summaries.
Value
An object that represents the shiny app
Author(s)
Miquel De Cáceres Ainsa, CREAF
See Also
plot_summary
, extract_variables