coverage {GHCNr}R Documentation

Calculate Coverage of Daily Summaries

Description

Calculate Coverage of Daily Summaries

Usage

coverage(x, graph = FALSE)

Arguments

x

Object of class ghcn_daily. See daily() for details.

graph

Logical, if to show a graph of annual coverage.

Details

This function calculates the temporal coverage of stations. It returns a table with:

Important: that 'annual_coverage = 1' does not mean that all years have 'annual_coverage = 1', but rather that all years have at least one record.

Value

A table with coverage.

Examples

cleaned <- remove_flagged(CA003076680)
cover <- coverage(cleaned)
cover[cover$month == 1, ]

[Package GHCNr version 0.8.0 Index]