Skip to contents

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

Usage

plot_tag_light(tag, transform_light = TRUE, plot_plotly = TRUE)

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 or ggplotly object.

Examples

withr::with_dir(system.file("extdata", package = "GeoPressureR"), {
  tag <- tag_create("18LX", quiet = TRUE)
})

plot_tag_light(tag)