This function display a plot of the acceleration time series recorded by a tag
Examples
withr::with_dir(system.file("extdata", package = "GeoPressureR"), {
tag <- tag_create("18LX", quiet = TRUE)
plot_tag_actogram(tag, plot_plotly = TRUE)
})
This function display a plot of the acceleration time series recorded by a tag
withr::with_dir(system.file("extdata", package = "GeoPressureR"), {
tag <- tag_create("18LX", quiet = TRUE)
plot_tag_actogram(tag, plot_plotly = TRUE)
})