shiny_fude() prepares a Shiny user interface and server function for
interactive visualization of Fude Polygon data with leaflet and DT.
The map supports polygon selection, optional agricultural community boundary
overlays, and a linked attribute table.
Arguments
- data
A Fude Polygon data object, or a list containing
fudeandrcomelements. Ifrcom = TRUE,datamust contain both polygon data indata$fudeand agricultural community boundary data indata$rcom.- height
Height of the map passed to
leaflet::leafletOutput().- rcom
Logical. If
TRUE, overlay agricultural community boundaries on the map.