boxplot_time_unit: Generates a boxplot to visualize the distribution of time...

Description Usage Arguments Value Examples

View source: R/data_analysis.R

Description

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

Usage

1

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

1
2
3
# Boxplot of GPS measurement time differences for demo data .rds

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

animaltracker documentation built on Nov. 18, 2020, 1:08 a.m.