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] (ORCID: <https://orcid.org/0000-0002-3658-4517>), Joe Thorley [ctb] (ORCID: <https://orcid.org/0000-0002-7683-4592>), Ayla Pearson [cre, ctb] (ORCID: <https://orcid.org/0000-0001-7388-1222>), Poisson Consulting [cph, fnd]
Maintainer: Ayla Pearson <[email protected]>
License: MIT + file LICENSE
Version: 0.0.4
Built: 2026-06-01 05:03:51 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()
}