mod_panel_3d_server | R Documentation |
panel_3d Server Function
mod_panel_3d_server(
input,
output,
session,
in_ras,
clear_map,
smooth3d,
sws,
values
)
input , output , session |
Internal parameters for shiny. |
in_ras |
A reactiveValues that contains numerous rasters |
clear_map |
This is a reactive input that will clear everything back to the beginning. Some checkboxs will not be set back to original (feet/meters) but height and aoi will. |
smooth3d |
Let's the server know whether to switch to smoothing or not. Reactive. |
sws |
Reactive that determines the window size of smoothing. |
values |
A reactiveValues that stores the sf information when cropping leaflet map. This makes it possible to crop but also let's the app know what metric to use (feet/meters). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.