qqplot_time: Generates a QQ plot to show the distribution of time between...

Description Usage Arguments Value Examples

View source: R/data_analysis.R

Description

Generates a QQ plot to show the distribution of time between GPS measurements.

Usage

1
qqplot_time(rds_path)

Arguments

rds_path

Path of .rds animal data file to read in

Value

quantile-quantile plot to show distribution of time between GPS measurements

Examples

1
2
3
# QQ plot of GPS measurment time differences for demo data .rds

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

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