na.filter.VALUE: Remove stations above a given proportion of missing data

View source: R/na.filter.VALUE.R

na.filter.VALUER Documentation

Remove stations above a given proportion of missing data

Description

Remove stations over a user-defined proportion of missing data from a R.VALUE multi-station object,

Usage

na.filter.VALUE(valueObj, max.na.prop = 0)

Arguments

valueObj

A VALUE R object, but see Details.

max.na.prop

Maximum allowed proportion of missing data (Default to 0, i.e., no missing values are allowed)

Details

The function assumes that all dimensions are present (i.e., function dimFix has been applied)

Value

A R.VALUE object without the stations above the user-defined threshold of missing data

Author(s)

J Bedia


SantanderMetGroup/R_VALUE documentation built on July 4, 2023, 4:27 a.m.