Skip to content

A simple shiny app for demonstrating biodiversity mesaures in teaching

License

Notifications You must be signed in to change notification settings

gerthmicha/Richness-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A simple shiny app for exploring various biodiversity measures commonly used by ecologists. By simulating species abundance data, the effect of sample size and species abundance heterogeneity on the measures can be displayed. Created for the module BIOL7002: Ecology for Conservation (Semesters 1 and 2 2019-2020) @ Oxford Brookes.

An online version with monthly usage limit can be found here.

To run locally, first install all required packages (only needed once):

install.packages("vegan",
                 "MASS",
                 "shiny",
                 "viridis",
                 "markdown",
                 dependencies = TRUE)

Open R and run

shiny::runGitHub("Richness-Demo", "gerthmicha")

About

A simple shiny app for demonstrating biodiversity mesaures in teaching

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages