plot_tag_temperature | R Documentation |
tag
This function display a plot of temperature time series recorded by a tag
plot_tag_temperature(
tag,
variable = "external",
plot_plotly = TRUE,
label_auto = TRUE,
min_duration = 30
)
tag |
a GeoPressureR |
variable |
temperature variable to plot |
plot_plotly |
logical to use |
label_auto |
logical to compute and plot the flight label using |
min_duration |
Minimal duration (in minutes) to consider a high activity as migratory flight. |
a plot or ggplotly object.
Other plot_tag:
plot_tag_acceleration()
,
plot_tag_light()
,
plot_tag_pressure()
,
plot_tag_twilight()
withr::with_dir(system.file("extdata", package = "GeoPressureR"), {
tag <- tag_create("18LX", quiet = TRUE)
})
plot_tag_temperature(tag)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.