gg_availability {telraamStats} | R Documentation |
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)
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. |
Value
Graph showing availability and quality of sensors over the selected date range.
Examples
gg_availability(traffic)
[Package telraamStats version 1.1.2 Index]