View source: R/show_annualassess.R
show_annualassess | R Documentation |
Create a table for the annual management outcome assessments for chlorophyll-a and light attenuation by bay segment
show_annualassess(
epcdata,
yrsel,
partialyr = F,
caption = F,
family = "Arial",
txtsz = 12,
width = NULL
)
epcdata |
data frame of epc data returned by |
yrsel |
numeric indicating chosen year |
partialyr |
logical indicating if incomplete annual data for the most recent year are approximated by five year monthly averages for each parameter |
caption |
logical indicating if a caption is added using |
family |
chr string indicating font family for text labels |
txtsz |
numeric indicating font size |
width |
optional numeric value indicating width in inches |
A flextable
object showing the segment-averaged chlorophyll-a and light attenuation for the selected year, with bay segment names colored by the management outcome used in show_matrix
.
show_annualassess(epcdata, yrsel = 2024)
show_annualassess(epcdata, yrsel = 2024, caption = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.