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"))

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