README.md

TCBC student demo

This R package creates a species distribution model for any federally listed (threatened or endangered) species in Tennessee with enough published localities to do so. It also links to a phylogeny (evolutionary family tree of species) to let you examine its relationships.

You can install it in R by doing:

install.packages("devtools")
devtools::install_github("TCBCprototype/localreports")

The main functions are:

Read the help for each. This also has functions for loading and parsing lists of federally listed species. It has cached results for all Tennessee species in data(atrisk).

There is also a shiny app for a web interface. After installing the package, you can run this with runDemo().

The species distribution modeling follows Jeff Oliver's tutorial. The dashboard links out to OneZoom. Tools from Global Names and Phylotastic are also used.



TCBCprototype/localreports documentation built on Nov. 12, 2021, 7:17 p.m.