plot_data_gaps: Return Plot Showing Presence of Datetime Value as 1

View source: R/qaqc.R

plot_data_gapsR Documentation

Return Plot Showing Presence of Datetime Value as 1

Description

Return Plot Showing Presence of Datetime Value as 1

Usage

plot_data_gaps(datetime, from = NA, to = NA)

Arguments

datetime

POSIXct datetime vector with potential gaps

from

POSIXct or Date or NA for min(datetime)

to

POSIXct or Date or NA for max(datetime

Value

ggplot

Examples

ex_path <- system.file('extdata', 'treefort_1000x.dat', package = 'wxlogR')
df <- load_CS_1000(ex_path)
plot_data_gaps(df$TIMESTAMP)

acebulsk/wxlogR documentation built on Dec. 22, 2024, 7:42 a.m.