filter_out_na: Filter out data with more than n missing periods

Description Usage Arguments

View source: R/statistics-calculation-functions.R

Description

Filter out data with more than n missing periods

Usage

1
filter_out_na(reshaped_data_list, max_missing_periods)

Arguments

reshaped_data_list

a list of reshaped statistics obtained with the function reshape_statistics

max_missing_periods

Maximum number of missing periods. (All observations with more missing periods will be removed)


pegoraro/qchlorophyll documentation built on May 24, 2019, 11:46 p.m.