Description Usage Arguments Value Examples
View source: R/data_analysis.R
Generates a boxplot to visualize the distribution of time between GPS measurements by GPS unit.
| 1 | boxplot_time_unit(rds_path)
 | 
| rds_path | Path of .rds animal data file to read in | 
distribution of time between GPS measurements by GPS unit, as a boxplot
| 1 2 3 | # Boxplot of GPS measurement time differences for demo data .rds
boxplot_time_unit(system.file("extdata", "demo_nov19.rds", package = "animaltracker"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.