plot_volt_temp_data: Plot Receiver Volt and Temperature Info from Tracker Software

View source: R/plot_volt_temp_data.R

plot_volt_temp_dataR Documentation

Plot Receiver Volt and Temperature Info from Tracker Software

Description

Plots volt and temperature information from the Tracker software

Usage

plot_volt_temp_data(volt_temp_df, column = "volt_avg", receiver_codes = NULL)

Arguments

volt_temp_df

A data frame from read_volt_temp_data()

column

A column from volt_temp_df to plot for each receiver. Options from read_volt_temp_data() include "volt_avg", "volt_min", "volt_max", "temp_avg", "temp_min", "temp_max".

receiver_codes

character vector of receiver codes to download files for. The default is NULL, which will keep all receiver codes found in the path folder

Value

time-series plots of volt or temp faceted by receiver

Author(s)

Mike Ackerman and Kevin See


mackerman44/telemetyr documentation built on Feb. 15, 2025, 1:08 a.m.