Skip to contents

This function display a plot of twilight time series recorded by a tag

Usage

plot_tag_twilight(tag, transform_light = TRUE, plot_plotly = FALSE)

Arguments

tag

a GeoPressureR tag object

transform_light

logical to display a log transformation of light

plot_plotly

logical to use plotly

Value

a plot object.

Examples

setwd(system.file("extdata", package = "GeoPressureR"))
tag <- tag_create("18LX", quiet = TRUE)

plot_tag_pressure(tag, plot_plotly = TRUE)
tag <- tag_label(tag, quiet = TRUE) plot_tag_pressure(tag) #> #> ── Pre-processed pressure data length #> All stationary periods have more than 12 datapoints. #> #> ── Pressure difference #> All hourly changes in pressure are below 3 hPa.