Chapter 6 Results Visualization and Communication
About:
This section of the repository details our process and code for developing the FishViz RShiny application to visualize and communicate key results from our modeling efforts. The code for this stage is available from the FishViz App repository. The application is available here.
6.1 Steps
This stage includes two steps:
Processing results from SDM Fitting and Projecting stage to create summaries for RShiny App. We wrote a couple of functions to pull together our projection results for hosting on the repository. The code is found in the [TargetsSDM repository] and specifically the
run_shiny_funcs.R
script, which uses the functions in theshiny_support_funcs.R
code.Running the app. With the results summarized and distributed to the application repository, we then run the code in the FishViz App repository to deploy the RShiny application.