impossible_values {dataresqc}R Documentation

Gross Errors Test for Cloud Cover and Relative Humidity.

Description

Applicable to a series (daily or sub-daily) of relative humidity (rh) in percent or to a series of cloud cover (n) in percent or oktas.

Usage

impossible_values(series, meta = NULL, outpath)

Arguments

series

A character string giving the path of the SEF file, or a five or seven-column (daily or subdaily) data frame with the series.

meta

A character vector with 6 elements: station ID, latitude, longitude, altitude, variable code, units. If series is a path, meta is ignored.

outpath

Character string giving the path for the QC results.

Details

Input:

Output:

Author(s)

Clara Ventura, Yuri Brugnara

Examples

impossible_values(series = Rosario$n, meta = Meta$n, outpath = tempdir())
impossible_values(series = Rosario$rh, meta = Meta$rh, outpath = tempdir())


[Package dataresqc version 1.1.1 Index]