process_all: Process all methods with default values

Description Usage Arguments Details Value Examples

View source: R/process_all.R

Description

Process all methods with default values

Usage

1
process_all(df_d, include_variables = T, data = "station")

Arguments

df_d

a data frame with all relevant variables. It can be obtained using the functions get_df_era5 or get_df_fluxnet

include_variables

Boolean,informs with all variables should be included in the output

data

string value, either 'station' or 'reanalysis'.

Details

The function run all methods with their default thresholds

Value

The function returns a list with two data frames. One with daily and detailed values for all methods and a list with one data frame for each method, each containing a summary of all identified events.

Examples

1
  all_methods <- process_all(de_tha_d,include_variables = T, data = 'station')

pedroalencar1/fdClassify2 documentation built on Dec. 22, 2021, 7:38 a.m.