R/estimateACMT2.R

Defines functions estimateACMT2

Documented in estimateACMT2

#' Estimate Fish Density and Biomass from Acoustic and Midwater Trawl Data
#'
#' Estimate fish density (number per ha) and biomass (kg per ha) from
#' acoustic and midwater trawl data.
#' @param ... any arguments
#' @details
#'   This function is now deprecated.
#'   Use \code{\link{estimateLake}} instead.
#' @export
#'
estimateACMT2 <- function(...) {
  stop("estimateACMT2() is deprecated.  Use estimateLake() instead.")
}
JVAdams/EchoNet2Fish documentation built on Feb. 15, 2021, 4:27 a.m.