
Create a colorized table for chlorophyll or light attenuation exceedances
Source:R/show_wqmatrix.R
show_wqmatrix.RdCreate a colorized table for chlorophyll or light attenuation exceedances
Arguments
- epcdata
data frame of epc data returned by
read_importwq- param
chr string for which parameter to plot, one of
"chla"for chlorophyll or"la"for light attenuation- txtsz
numeric for size of text in the plot, applies only if
tab = FALSE- trgs
optional
data.framefor annual bay segment water quality targets, defaults totargets- yrrng
numeric vector indicating min, max years to include
- bay_segment
chr string for bay segments to include, one to all of "OTB", "HB", "MTB", "LTB"
- asreact
logical indicating if a
reactableobject is returned- nrows
if
asreact = TRUE, a numeric specifying number of rows in the table- abbrev
logical indicating if text labels in the plot are abbreviated as the first letter
- family
optional chr string indicating font family for text labels
- plotly
logical if matrix is created using plotly
- partialyr
logical indicating if incomplete annual data for the most recent year are approximated by five year monthly averages for each parameter
- width
numeric for width of the plot in pixels, only applies of
plotly = TRUE- height
numeric for height of the plot in pixels, only applies of
plotly = TRUE
Value
A static ggplot object is returned if asreact = FALSE, otherwise a reactable table is returned
