knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

evolnets

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.

Installation

You can install evolnets like so:

# install.packages("devtools")
# library(devtools)

devtools::install_github("maribraga/evolnets", build_vignettes = TRUE)

Introduction to evolnets

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")


maribraga/evolnets documentation built on Feb. 3, 2025, 6:46 p.m.