#' Numbers at age
#'
#' The estimated abundance of fish (in numbers) at each population age
#'
#' @format
#' \describe{
#' \item{Examples}{}
#' \item{Rationale}{}
#' \item{Alternatives}{}
#' \item{Range of possible values}{0--Inf}
#' \item{Units}{numbers of fish}
#' }
#' @export
NumbersAtAge <- function(){
return(0)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.