histogram_time: 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.

Usage

1
histogram_time(rds_path)

Arguments

rds_path

Path of .rds cow data file to read in

Value

distribution of time between GPS measurements, as a histogram

Examples

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

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

mathedjoe/animaltracker documentation built on Aug. 12, 2021, 7:46 a.m.