install and load package

Note: this assumes you already installed the devtools package. If you haven't you should do so using the normal R package management tools.

#devtools::install_github("wabarr/ggphylomorpho")
library(ggphylomorpho)

make example data

sampleData <- makesampledata()

plot(sampleData$tree)

head(sampleData$DF)

check out the documentation for the function

?ggphylomorpho

make a phylomorphospace

ggphylomorpho(tree=sampleData$tree, tipinfo=sampleData$DF)


wabarr/ggphylomorpho documentation built on May 3, 2019, 2:57 p.m.