Learn R Programming

animaltracker (version 0.2.0)

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

Description

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

Usage

boxplot_altitude(rds_path)

Arguments

rds_path

Path of .rds animal data file to read in

Value

overall boxplot of altitude by GPS

Examples

Run this code
# NOT RUN {
# Boxplot of altitude for demo data .rds

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

Run the code above in your browser using DataLab