powered by
Generates a QQ plot to show the distribution of time between GPS measurements.
qqplot_time(rds_path)
Path of .rds animal data file to read in
quantile-quantile plot to show distribution of time between GPS measurements
# NOT RUN { # QQ plot of GPS measurment time differences for demo data .rds qqplot_time(system.file("extdata", "demo_nov19.rds", package = "animaltracker")) # }
Run the code above in your browser using DataLab