R/get_benthis_parameters.R

Defines functions get_benthis_parameters

Documented in get_benthis_parameters

#' Get gear characteristics for 'benthis' gear categories
#'
#' Download a data.frame of gear contact models for
#' 'benthis' gear categories used in calculating
#' the swept area of a fishing gear.
#'
#' @return a data.frame of model parameters
#'
#' @examples
#' \donttest{
#' benthis_pars <- get_benthis_parameters()
#' }
#' 
#' @export
get_benthis_parameters <- function() {
  vms_get(
    vms_api("gearwidths")
  )
}

Try the icesVMS package in your browser

Any scripts or data that you put into this service are public.

icesVMS documentation built on March 31, 2023, 5:49 p.m.