process_all: Process all methods with default values

View source: R/process_all.R

process_allR Documentation

Process all methods with default values

Description

Process all methods with default values

Usage

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

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

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