#' Catch-per-unit-effort
#'
#' @param catch Collected individuals
#' @param effort Duration of collection
#' @export
cpue <- function(catch, effort){
catch / effort
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.