plot_tag_pressure | R Documentation |
tag
This function display a plot of pressure time series recorded by a tag
plot_tag_pressure(
tag,
plot_plotly = TRUE,
quiet = FALSE,
warning_pressure_diff = 3,
warning_stap_length = 12
)
tag |
a GeoPressureR |
plot_plotly |
logical to use |
quiet |
logical to hide warning message about label. |
warning_pressure_diff |
Threshold of pressure hourly difference marking as ️warning (hPa). |
warning_stap_length |
Threshold number of pressure datapoints flagged as ️warning (hourly. |
a plot or ggplotly object.
Other plot_tag:
plot_tag_acceleration()
,
plot_tag_light()
,
plot_tag_temperature()
,
plot_tag_twilight()
withr::with_dir(system.file("extdata", package = "GeoPressureR"), {
tag <- tag_create("18LX", quiet = TRUE)
})
plot_tag_pressure(tag, plot_plotly = FALSE)
withr::with_dir(system.file("extdata", package = "GeoPressureR"), {
tag <- tag_label(tag, quiet = TRUE)
})
plot_tag_pressure(tag)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.