if (FALSE) {
scatterplot(
data = my_data,
x = "station_name",
parameter = "Chlorophyll-a",
hline = c(10, 20)
)
scatterplot(
data = my_data,
x = "sample_date",
parameter = "Bacterial abundance",
hline = thresholds_df,
hline_group_col = "location_sea_basin",
hline_value_col = "P99"
)
}
Run the code above in your browser using DataLab