Description Usage Arguments Details Value
Take a data frame processed from data downloaded from ERDDAP and evaluates upwelling at a specific date.
1 | autoDetect1(x, threshold = 2, val = "sst")
|
x |
cleaned dataframe. See |
threshold |
offshore-coast difference for upwelling |
val |
what the SST column is called |
This expects that only one date is in the dataframe. Run this code to
filter the dataframe by date.
df_processed <- x %>% dplyr::filter(date == custom_date)
dataframe with upwelling TRUE/FALSE added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.