This function display a plot of the acceleration time series recorded by a tag
See also
Other plot_tag:
plot_tag_acceleration()
,
plot_tag_light()
,
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_actogram(tag, plot_plotly = TRUE)
})