ARU_quickplot: Quickly visualize the ARU telemetry records

Description Usage Arguments Details Examples

View source: R/ARU_quickplot.r

Description

Plot ARU records for a single frequency between two dates, one plot for each tower available This is a stand alone script, and should not be assigned to an object

Usage

1
ARU_quickplot(batch_import_object, Freq, FROM = "", TO = "")

Arguments

batch_import_object

The object created by ARU_batch_import

Freq

The position or exact name of the frequency you want to view.

FROM

Starting date to display data, mm/dd/yyyy

TO

Ending date to display data, mm/dd/yyyy

Details

Takes imported csv files of raw ARU data and converts them into a plot for a specific frequency Signal strength records are rounded to the nearest 200db to better identify sedentary periods Contaminated records (noise db<-13700) have not been removed

Examples

1
2
names(batch_import_object) # obtain the positions and exact names for the different frequencies available
ARU_quickplot(mydata, 3,FROM="05/22/2013",TO="05/28/2013")

tlyons253/ARU documentation built on May 26, 2019, 10:36 a.m.