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-11-04 06:20:51 UTC |
Source: | https://github.com/poissonconsulting/shinyypr |
Run Shiny Application
run_ypr_app(population = NULL)
run_ypr_app(population = NULL)
population |
A ypr population object |
if (interactive()) { run_ypr_app() }
if (interactive()) { run_ypr_app() }