powered by
coverage() calculates the temporal coverage of the time series. See also monthly_coverage(), annual_coverage(), and period_coverage().
coverage()
monthly_coverage()
annual_coverage()
period_coverage()
coverage(x, graph = FALSE)
A table with coverage.
Object of class ghcn_daily. See daily() for details.
ghcn_daily
daily()
Logical, if to show a graph of annual coverage.
Returns a table with:
mothly_coverage The proportion of the days with records in the month
annual_coverage The proportion of the days with records in the year
annual_coverage The proportion of the years with records in the reference period
cleaned <- remove_flagged(CA003076680) cover <- coverage(cleaned) cover[cover$month == 1, ]
Run the code above in your browser using DataLab