histogram_time_unit: Generates a histogram to visualize the distribution of time...

Description Usage Arguments Value Examples

View source: R/data_analysis.R

Description

Generates a histogram 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 histogram

Examples

1
2
3
# Histogram of GPS measurement time differences by GPS unit for demo data .rds

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

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