autoDetect1: Autodetection algorithm 1

Description Usage Arguments Details Value

View source: R/autoDetect1.R

Description

Take a data frame processed from data downloaded from ERDDAP and evaluates upwelling at a specific date.

Usage

1
autoDetect1(x, threshold = 2, val = "sst")

Arguments

x

cleaned dataframe. See processOIData().

threshold

offshore-coast difference for upwelling

val

what the SST column is called

Details

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)

Value

dataframe with upwelling TRUE/FALSE added


UW-Upwelling-Project/imageryML documentation built on Dec. 18, 2021, 6:11 p.m.