View source: R/show_tdlcrkmatrix.R
show_tdlcrkmatrix | R Documentation |
Plot the tidal creek report card matrix
show_tdlcrkmatrix(
dat,
class = c("3M", "2"),
score = c("Prioritize", "Investigate", "Caution", "Monitor"),
family = NA,
size = 11
)
dat |
input creek score data returned from |
class |
character vector indicating which creek classes to show, one to many of |
score |
character vector of score categories to include, one to many of |
family |
optional chr string indicating font family for text labels |
size |
numeric for text and line scaling |
The plot shows a matrix with rows for individual creeks and columns for overall creek score. The columns show an overall creek score and the number of years in the prior ten years that nitrogen values at a creek were assigned to each of the four score categories. Number of years is mapped to cell transparency.
A static ggplot
object is returned.
dat <- anlz_tdlcrk(tidalcreeks, iwrraw, yr = 2024)
show_tdlcrkmatrix(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.