options(warn=-1)
tags$style(type = "text/css", "html, body {width:100%;height:100%}",
    ".leaflet .legend i{
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-top: 4px;
    }"
)

Data selections

Data inlcuded in these analyses were selected from:
r (params$spatial_sel_type)(s): r params$sel_polys

These include data from r params$date_range[1] to r params$date_range[2].


Data processing

Non-detect procedure

Non-detect values in these figures are plotted as r tolower(params$fill_nd).

Filters applied

The following additional filters were applied to the data prior to generating plots:

params$filters

Sites included

Sites with a minumum of r params$visit_counts visits were included in analyses.

DT::datatable(params$count_sel_sites,
    selection='none', rownames=FALSE, extensions = 'Buttons',
    options = list(scrollY = '600px', paging = TRUE, scrollX=TRUE, buttons = c('excel', "csv"))
)
params$site_map


Figures

Multi-site time series

params$multi_site_ts

Multi-site boxplot

params$multi_site_bp

Concentration map

params$conc_map


User notes and comments:

r as.character(params$report_notes)










utah-dwq/udwqTools documentation built on July 17, 2024, 10:21 p.m.