View source: R/na.filter.VALUE.R
na.filter.VALUE | R Documentation |
Remove stations over a user-defined proportion of missing data from a VALUE multi-station object,
na.filter.VALUE(valueObj, max.na.prop = 0)
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) |
The function assumes that all dimensions are present (i.e., function dimFix has been applied)
A VALUE object without the stations above the user-defined threshold of missing data
J Bedia
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.