Learn R Programming

animaltracker (version 0.2.0)

histogram_time: Generates a histogram to visualize the distribution of time between GPS measurements.

Description

Generates a histogram to visualize the distribution of time between GPS measurements.

Usage

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

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

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

Run the code above in your browser using DataLab