R/package.R

#' Lake Exploitation Study Data Plotting and Analysis
#'
#' \code{lexr} is an R package to plot and analyse lake exploitation data.
#'
#' For an example run the demo below.
#'
#' @docType package
#' @name lexr
#' @import assertthat datacheckr raster
#' @importFrom magrittr %<>% %>%
#' @importFrom plyr .
#' @importFrom sp %over%
#' @importFrom grDevices dev.off png
#' @importFrom stats na.omit
#' @importFrom utils capture.output
#' @examples
#' \dontrun{
#' demo(klex, ask = FALSE)
#' }
NULL
poissonconsulting/lexr documentation built on Feb. 18, 2021, 11:12 p.m.