View source: R/identify_lags.R
identify_lags | R Documentation |
Identify time gaps in the data collection period
identify_lags(micropem, column = "rh_corrected_nephelometer")
micropem |
a R6 micropem object |
column |
by default "rh_corrected_nephelometer",
but could be "nephelometer", the column in which to look for gaps ( |
A data.frame with all the rows of measures where the nephelometer measures is missing with a time to previous missing values smaller than the nephelometer log.
micropem_na <- convert_output(system.file("extdata", "file_with_na.csv", package = "rtimicropem")) micropem_na$plot() identify_lags(micropem_na)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.