show_tdlcrkradar | R Documentation |
Radar plots for tidal creek indicators
show_tdlcrkradar(
id,
cntdat,
col = "#338080E6",
ptsz = 1,
lbsz = 0.8,
valsz = 1,
brdwd = 5
)
id |
numeric indicating the |
cntdat |
output from |
col |
color input for polygon and line portions |
ptsz |
numeric size of points |
lbsz |
numeric for size of text labels |
valsz |
numeric for size of numeric value labels |
brdwd |
numeric for polygon border width |
See details in anlz_tdlcrkindic
for an explanation of the indicators
Internal code borrowed heavily from the radarchart function in the fmsb package.
A radar plot
cntdat <- anlz_tdlcrkindic(tidalcreeks, iwrraw, yr = 2024, radar = TRUE)
set.seed(123)
id <- sample(unique(cntdat$id), 1)
show_tdlcrkradar(id, cntdat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.