gg_availability: Availability and quality of sensors during a period through a heatmap.
Description
Higher is the uptime average, higher is the quality of data.
A null uptime means that the sensor wasn't available during this period.
Usage
gg_availability(enriched_data, date_range = NULL)
Value
Graph showing availability and quality of sensors over the selected date range.
Arguments
- enriched_data
enriched data.frame containing all the data for all your sensors
- date_range
Date vector. Example: c('2021-01-01','2022-01-01'). Full period if NULL.