powered by
Generates a histogram to visualize the distribution of time between GPS measurements by GPS unit.
histogram_time_unit(rds_path)
Path of .rds animal data file to read in
distribution of time between GPS measurements by GPS unit, as a histogram
# NOT RUN { # Histogram of GPS measurement time differences by GPS unit for demo data .rds histogram_time_unit(system.file("extdata", "demo_nov19.rds", package = "animaltracker")) # }
Run the code above in your browser using DataLab