Christian2020: FD identification method from Christian et al. (2020)

View source: R/Christian2020.R

Christian2020R Documentation

FD identification method from Christian et al. (2020)

Description

FD identification method from Christian et al. (2020)

Usage

Christian2020(esr_list)

Arguments

esr_list

The list output from the function Christian2020_clean_data

Value

The function returns a list with two data frames. One with weekly and detailed values from the function and a second with a summary of all evetns identified.

Examples

fd_Christian <- Christian2020_clean_data(vtime = df_d$time,
vET0 = ET0$et0, vETa = ETa$eta,
threshold = 2) %>% Christian2020()


pedroalencar1/fdClassify documentation built on Sept. 15, 2023, 3:46 a.m.