coverage {GHCNr}R Documentation

Calculate Coverage of Daily Summaries

Description

coverage() calculates the temporal coverage of the time series. See also monthly_coverage(), annual_coverage(), and period_coverage().

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

Returns a table with:

Value

A table with coverage.

Examples

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

[Package GHCNr version 1.4.5 Index]