R/selShapes.R

Defines functions selShapes

Documented in selShapes

#' Launch a shiny app that displays various selectivity curves
#'
#' This app is hosted at https://connect.fisheries.noaa.gov/ss3-helper/
#' @export
#' @author Allan C. Hicks, Andrea M. Havron, Ian G. Taylor, Kathryn L. Doering
#' @author inspired by tcl/tk code written by Tommy Garrison

selShapes <- function() {
  browseURL(url = "https://connect.fisheries.noaa.gov/ss3-helper/")
}
r4ss/r4ss documentation built on April 30, 2024, 4:42 a.m.