Skip to content

R Shiny app for population viability analysis of Lake Erie Cisco

License

Notifications You must be signed in to change notification settings

USFWS/pva-lake-erie-cisco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pva-lake-erie-cisco

Overview

This repository contains a R Shiny application that allows users to run a population viability analysis for Cisco in Lake Erie. The analysis is based on a stochastic Leslie matrix projection model (female-only). The model computes population persistence for user-specified scenarios.

Information about restoring coregonines to the Great Lakes can be found here.

Installation

R version 4.4.2 or higher is required. Start an R session and run these lines:

list.of.packages <- c("compositions","dplyr","EnvStats","ggplot2","mpmsim","popbio","readxl", "reshape2","rhandsontable","shiny","shinyalert","shinycssloaders","shinydashboard","shinyjs", "utils")

new.packages <- list.of.packages[!(list.of.packages %in% installed.packages()[,"Package"])]

if(length(new.packages)) install.packages(new.packages)

shiny::runGitHub("pva-lake-erie-cisco","USFWS")

Getting help

Contact the project maintainer for help with this repository.

Contribute

Contact the project maintainer for information about contributing to this repository. Submit a GitHub Issue to report a bug or request a feature or enhancement.

USFWS Disclaimer

The United States Fish and Wildlife Service (FWS) GitHub project code is provided on an “as is” basis and the user assumes responsibility for its use. FWS has relinquished control of the information and no longer has responsibility to protect the integrity, confidentiality, or availability of the information. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by FWS. The FWS seal and logo shall not be used in any manner to imply endorsement of any commercial product or activity by FWS or the United States Government.


This work is licensed under a Creative Commons Attribution 1.0 International License.

About

R Shiny app for population viability analysis of Lake Erie Cisco

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages