R/get_growth.R

Defines functions get_growth

Documented in get_growth

#' @title Calculate average yearly growth
#' @param x An abundance sample from \cite{sample_N} or \cite{agg_abund}
#' @param years A 2-vector that contains the first year and the last of the desired trend
#' @export
#'   
get_growth <- function(x, years){
  
}
dsjohnson/agTrendTMB documentation built on Jan. 1, 2021, 12:07 a.m.