View source: R/show_wqmatrixpep.R
show_wqmatrixpep | R Documentation |
Create a colorized table for chlorophyll or secchi exceedances
show_wqmatrixpep(
dat,
param = c("chla", "sd"),
txtsz = 3,
trgs = NULL,
yrrng = NULL,
alpha = 1,
bay_segment = c("1a", "1b", "2", "3"),
asreact = FALSE,
nrows = 10,
family = NA
)
dat |
|
param |
chr string for which parameter to plot, one of |
txtsz |
numeric for size of text in the plot, applies only if |
trgs |
optional |
yrrng |
numeric vector indicating min, max years to include |
alpha |
numeric indicating color transparency |
bay_segment |
chr string for bay segments to include, one to all of "1a", "1b", "2", or "3" |
asreact |
logical indicating if a |
nrows |
if |
family |
optional chr string indicating font family for text labels |
A static ggplot
object is returned if asreact = FALSE
, otherwise a reactable
table is returned
show_matrixpep
, show_segmatrixpep
show_wqmatrixpep(rawdat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.