plot_tag_light: Plot light data of a 'tag'

View source: R/plot.tag.R

plot_tag_lightR Documentation

Plot light data of a tag

Description

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.

See Also

Other plot_tag: plot_tag_acceleration(), plot_tag_pressure(), plot_tag_temperature(), plot_tag_twilight()

Examples

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

plot_tag_light(tag)


Rafnuss/GeoPressureR documentation built on April 17, 2025, 12:58 p.m.