Skip to contents

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

Usage

plot_tag_temperature(tag, variable = "external", plot_plotly = TRUE)

Arguments

tag

a GeoPressureR tag object

variable

temperature variable to plot "external" or "internal"

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_temperature(tag)