ViewEvo: Learning Resources

Description Usage Arguments Details Value Author(s) References Examples

View source: R/ViewEvo.R

Description

This uses the shiny app to produce interactive pages.

Usage

1
ViewEvo(simulation)

Arguments

simulation

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

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.

Value

This function returns an interactive webpage.

Author(s)

Heath Blackmon

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

1
2
3
4
5
6
## Not run: 
ViewEvo("wf.model")
ViewEvo("bd.model")
ViewEvo("dist.model")

## End(Not run)

evobiR documentation built on May 2, 2019, 5:40 a.m.