Learn R Programming

evobiR (version 1.1)

ViewEvo: Learning Resources

Description

This uses the shiny app to produce interactive pages.

Usage

ViewEvo(simulation)

Arguments

simulation
Text string indicating the application to run. Currently options are "wf.model", "bd.model", "dist.model"

Value

Details

The wf.model was implemented to illustrate to students the effects of genetic drift. In particular the high likelihood of losing a beneficial allele when population size is finite. The bd.model will plot 4 phylogenetic trees based on a birth death model with a single set of parameters. This application was developed to illustrate the high variability of a birth death process as a generating model for phylogenies and the inherint difficulty in detecting differential diversification rates. Finally the dist.model was developed to help illustrate the relationship between common statistical distributions often used as priors and the way that parameters effect the density distribution.

References

http://coleoguy.github.io/

Wright-Fisher Simulator: https://evobir.shinyapps.io/wf_model/

Birth-death Simulator: https://evobir.shinyapps.io/bd_model

Statistical Distribution: https://evobir.shinyapps.io/dist_model

Examples

Run this code
## Not run: 
# ViewEvo("wf.model")
# ViewEvo("bd.model")
# ViewEvo("dist.model")
# ## End(Not run)

Run the code above in your browser using DataLab