You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
p(i18n$t("This table shows median performance from all projections. If you entered multiple depletion levels in the Advanced Projections tab, this table is showing just the intermediate depletion level (the one you entered manually).")),
# Solve for bycatch -------------------------------------------------------
1539
1552
tabPanel(
1540
1553
i18n$t("Solve for Bycatch"),
1541
1554
h4(i18n$t("Calculate the bycatch rate necessary to achieve a recovery goal")),
1542
1555
p(i18n$t("If you have a specific management goal for your marine mammal population of interest, put in the desired recovery goal and timeline below. This part of the app will calculate an approximate bycatch rate that will allow the population to reach that goal. This page uses information from the 'Advanced Projections' tab to make this calculation. Once the plot appears, the animation will show the bycatch rates that the solver has attempted in its search for the maximum bycatch rate that will allow you to achieve your goal.")),
1543
1556
br(),
1557
+
tableOutput("SolverTable"),
1544
1558
p(
1545
1559
strong(i18n$t("NOTE:")),
1546
1560
i18n$t("This will take a while! Make sure you are sure of your goals before clicking"),
0 commit comments