show_ratab | R Documentation |
Create a bay segment assessment table for the 2022-2026 reasonable assurance period
show_ratab(
epcdata,
yrsel,
bay_segment = c("OTB", "HB", "MTB", "LTB", "RALTB"),
partialyr = F,
outtxt1 = NULL,
outtxt2 = NULL,
outtxt3 = NULL,
outtxt45 = NULL,
txtsz = 13,
width = NULL
)
epcdata |
data frame of epc data returned by |
yrsel |
numeric indicating chosen year |
bay_segment |
chr string for the bay segment, one of "OTB", "HB", "MTB", "LTB", "RALTB" |
partialyr |
logical indicating if incomplete annual data for the most recent year are approximated by five year monthly averages for each parameter |
outtxt1 |
optional text for NMC action 1, added to the outcome column |
outtxt2 |
optional text for NMC action 2, added to the outcome column |
outtxt3 |
optional text for NMC action 3, added to the outcome column |
outtxt45 |
optional text for NMC actions 4 and 5, added to the outcome column |
txtsz |
numeric indicating font size |
width |
optional numeric value indicating width in inches |
Choosing bay_segment = 'RALTB'
will not work with epcdata
and additional data are needed to use this option.
A flextable
object showing the reasonable assurance compliance of the bay segment for the selected year within the five-year period.
show_ratab(epcdata, yrsel = 2024, bay_segment = 'OTB')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.