boxplot_altitude: Generates a boxplot to visualize the distribution of altitude...

Description Usage Arguments Value Examples

View source: R/data_analysis.R

Description

Generates a boxplot to visualize the distribution of altitude by GPS.

Usage

1
boxplot_altitude(rds_path)

Arguments

rds_path

Path of .rds animal data file to read in

Value

overall boxplot of altitude by GPS

Examples

1
2
3
# Boxplot of altitude for demo data .rds

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

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