powered by
Generates a boxplot to visualize the distribution of altitude by GPS.
boxplot_altitude(rds_path)
Path of .rds animal data file to read in
overall boxplot of altitude by GPS
# NOT RUN { # Boxplot of altitude for demo data .rds boxplot_altitude(system.file("extdata", "demo_nov19.rds", package = "animaltracker")) # }
Run the code above in your browser using DataLab