knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
RevBayes offers models to infer host-repertoire evolution, but no tools to parse the outputs. evolnets has the necessary tools to reconstruct ancestral ecological networks based on posterior probabilities of interactions.
You can install evolnets like so:
# install.packages("devtools") # library(devtools) devtools::install_github("maribraga/evolnets", build_vignettes = TRUE)
You can learn about the package with an example in the vignette Introduction to evolnets.
library(evolnets) # find all available vignettes browseVignettes("evolnets") # or go straight to the intro vignette vignette("intro_to_evolnets")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.