knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(phyf) library(fibre) library(dplyr)
We start with a phylogeny and some traits we want to model. {fibre}
uses the {phyf}
package to keep a phylogeny stored in the phylogenetic flow (pf
) format along with the data. We will load a premade pf
object for this example, but later we will see how to make your own pf
object from a phylogeny stored in as an ape::phylo
object.
vert_bmr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.