mod_panel_stat_plot_server: panel_stat_plot Server Function

View source: R/mod_panel_stat_plot.R

mod_panel_stat_plot_serverR Documentation

panel_stat_plot Server Function

Description

panel_stat_plot Server Function

Usage

mod_panel_stat_plot_server(
  input,
  output,
  session,
  in_ras,
  clear_map,
  plot_rad,
  values
)

Arguments

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.

plot_rad

This is a reactive that determines what plot type to use, e.g. 'hist', 'dens', or 'bp'.

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).


USFSr1GeospatialGroup/trexr documentation built on Nov. 4, 2024, 3:06 p.m.