Learn R Programming

animaltracker (version 0.2.0)

quantile_time: Determines the GPS measurement time value difference values roughly corresponding to quantiles with .05 intervals.

Description

Determines the GPS measurement time value difference values roughly corresponding to quantiles with .05 intervals.

Usage

quantile_time(rds_path)

Arguments

rds_path

Path of .rds animal data file to read in

Value

approximate time difference values corresponding to quantiles (.05 intervals)

Examples

Run this code
# NOT RUN {
# Read in .rds of demo data and calculate time difference quantiles

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

Run the code above in your browser using DataLab