sumBatscopeData: Summarize Batscope data_r

View source: R/data_functions.R

sumBatscopeDataR Documentation

Summarize Batscope data_r

Description

summarizes the Batscope Data by nights and bins

Usage

sumBatscopeData(
  data_r,
  bin_length = 5,
  lat = NULL,
  long = NULL,
  progress = "text",
  shiny_progress = FALSE
)

Arguments

data_r

data.frame generated with readBatscopeXLSX

lat

vector of GPS latitudes for the stations (recycled if needed). If NULL (default) the logged GPS data will be used (averaged for each station)

long

vector of GPS longitudes for the stations (recycled if needed). If NULL (default) the logged GPS data will be used (averaged for each station)

progress

name of the progress bar to use, see create_progress_bar

shiny_progress

display more progress info for shiny

bin_width

length of bins in min

See Also

Other data functions: readBatscopeXLSX(), readBatscopeXLSXmultiple()


dcangst/batplotr documentation built on Dec. 16, 2024, 7:17 p.m.