clean.station: Remove stations with a lot of missing data

View source: R/clean.station.R

clean.stationR Documentation

Remove stations with a lot of missing data

Description

Remove stations with a lot of missing data

Usage

clean.station(x, miss = 0.1, verbose = TRUE)

Arguments

x

a station object

miss

fraction of data that are allowed to be missing, e.g., miss=.1 means that stations with more than 10% missing data will be excluded

verbose

a boolean; if TRUE print information about progress


metno/esd documentation built on Feb. 25, 2025, 6:44 p.m.