R/batplotr.R

#' batplotr
#' Simple BatScope Data visualization
#'
#'
#'@section Data functions:
#'
#'      \code{\link{readBatscopeXLSX}} - read .xlsx generated by BatScope export
#'
#'      \code{\link{sumBatscopeData}} - summarizes Data (from readBatscopeXLSX) and prepares it for plotting
#'
#'@section Plot functions:
#'      
#'      \code{\link{night_plot}} - activity over one or more consecutive nights
#'      
#'      \code{\link{period_plot}} - activity over longer periods
#'
#'@section Accessory Functions:
#'      
#'      \code{\link{timeOfNight}}
#'               
#'      \code{\link{listHead}}
#' @name batplotr
#' @docType package
NULL
dcangst/batplotr documentation built on April 22, 2021, 2:27 a.m.