Description Usage Arguments Value Examples
Plot the reading quality values over time making it easy to asses the data
quality and decide min_quality
values when pivoting
1 |
data |
AMEDAS dataframe to visualise |
ggplot graphic
1 2 3 4 | raw_data <- read_amedas_csv("data.csv")
visualize_quality_over_time(raw_data)
# All < 8 readings are out of season readings, ok to drop them
data <- pivot_measurements(raw_data, min_quality = 8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.