Learn R Programming

animaltracker (version 0.2.0)

boxplot_time_unit: Generates a boxplot to visualize the distribution of time between GPS measurements by GPS unit.

Description

Generates a boxplot to visualize the distribution of time between GPS measurements by GPS unit.

Usage

boxplot_time_unit(rds_path)

Arguments

rds_path

Path of .rds animal data file to read in

Value

distribution of time between GPS measurements by GPS unit, as a boxplot

Examples

Run this code
# NOT RUN {
# Boxplot of GPS measurement time differences for demo data .rds

boxplot_time_unit(system.file("extdata", "demo_nov19.rds", package = "animaltracker"))
# }

Run the code above in your browser using DataLab