View source: R/DO_assessment.R
DO_assessment | R Documentation |
Assesses dissolved oxygen data against the relevant standard and calculates DO sat where applicable
DO_assessment(df, datetime_column = "sample_datetime",
spawn_start_column = "spawn_start", spawn_end_column = "spawn_end",
result_column = "Result_cen", temp_column = "temperature",
elev_column = "ELEV_Ft")
df |
dataframe with DO data, including temperature and elevation columns |
datetime_column |
POSIXCT column name containing sample datetimes |
spawn_start_column |
mm/dd spawn start date (as characters) |
spawn_end_column |
mm/dd spawn end date (as characters) |
result_column |
numeric results column name |
temp_column |
column with numeric temperature values in degrees celsius (NAs for no data) |
elev_column |
column with numeric elevation values in feet |
a dataframe with relevant Ecoli criteria and excursion variables added
function(df = your_ecoli_data, datetime_column = "sample_datetime")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.