monthly_coverage {GHCNr}R Documentation

Calculate Monthly Coverage

Description

Calculate Monthly Coverage

Usage

monthly_coverage(x)

Arguments

x

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

Details

Calculates the monthly coverage of one station.

Value

A table with mothly coverages.

Examples

cleaned <- remove_flagged(CA003076680)
cover <- monthly_coverage(cleaned)
cover[cover$year == 2020, ]

[Package GHCNr version 0.8.0 Index]