Package 'shinyypr'

Title: Run ypr Shiny App
Description: A user interface to the 'ypr' R package. 'Ypr' implements equilibrium-based yield per recruit methods for estimating the optimal yield for a fish population.
Authors: Sebastian Dalgarno [aut] , Joe Thorley [ctb] , Ayla Pearson [cre, ctb] , Poisson Consulting [cph, fnd]
Maintainer: Ayla Pearson <[email protected]>
License: MIT + file LICENSE
Version: 0.0.4
Built: 2024-09-21 06:33:34 UTC
Source: https://github.com/poissonconsulting/shinyypr

Help Index


Run Shiny Application

Description

Run Shiny Application

Usage

run_ypr_app(population = NULL)

Arguments

population

A ypr population object

Examples

if (interactive()) {
  run_ypr_app()
}