allgood: A small function that removes stations with missing values...

View source: R/allgood.R

allgoodR Documentation

A small function that removes stations with missing values from a group

Description

Useful before performing PCA.

Usage

allgood(x, miss = 0.1, verbose = FALSE)

Arguments

x

a station object

miss

fraction of data that may be missing, e.g., if miss=.1 then stations with than 10% missing data are removed

verbose

a boolean; if TRUE print information about progress


metno/esd documentation built on April 24, 2024, 9:19 p.m.