volt_plot: Plots voltage of each reader over the study duration

Description Usage Arguments Details Examples

View source: R/volt_plot.R

Description

Function plots the voltage of each reader over the study duration.

Usage

1
volt_plot(volt_dat, file_path = getwd())

Arguments

volt_dat

voltage dataset created using new_pit function

file_path

filepath to save the voltage plot

Details

A voltage dataframe is created by new_pit only. Plot is saved in the user-specified working directory.

Examples

1
2
# Save voltage plot to a working directory
volt_plot(new_dat$volt_dat)

InStreamFisheries/PITR documentation built on Jan. 7, 2021, 1:02 p.m.