Learn R Programming

animaltracker (version 0.2.0)

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

Description

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

Usage

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

Run this code
# NOT RUN {
# QQ plot of GPS measurment time differences for demo data .rds

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

Run the code above in your browser using DataLab