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/shiny-selex-ss3/
#' @export
#' @author Allan Hicks, Andrea Havron, Ian Taylor,
#' @author inspired by tcl/tk code written by Tommy Garrison

selShapes <- function() {
  browseURL(url = "https://connect.fisheries.noaa.gov/shiny-selex-ss3/")
}

Try the r4ss package in your browser

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

r4ss documentation built on May 28, 2022, 1:11 a.m.