View source: R/data_functions.R
sumBatscopeData | R Documentation |
summarizes the Batscope Data by nights and bins
sumBatscopeData(
data_r,
bin_length = 5,
lat = NULL,
long = NULL,
progress = "text",
shiny_progress = FALSE
)
data_r |
data.frame generated with |
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
|
shiny_progress |
display more progress info for shiny |
bin_width |
length of bins in min |
Other data functions:
readBatscopeXLSX()
,
readBatscopeXLSXmultiple()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.