This package is a comprehensive visualization tool specifically designed for
exploring phylomorphospace. It not only simplifies the process of generating
phylomorphospace, but also enhances it with the capability to add graphic
layers to the plot with grammar of graphics to create fully annotated
phylomorphospaces.
Installation
The released version from Bioconductor
if (!require("BiocManager"))
install.packages("BiocManager")
BiocManager::install("ggtreeSpace")
Alternatively, you can grab the development version from github using
devtools:
if (!requireNamespace("devtools", quietly=TRUE))
install.packages("devtools")
devtools::install_github("YuLab-SMU/ggtreeSpace")
ggtreeSpace
This package is a comprehensive visualization tool specifically designed for exploring phylomorphospace. It not only simplifies the process of generating phylomorphospace, but also enhances it with the capability to add graphic layers to the plot with grammar of graphics to create fully annotated phylomorphospaces.
Installation
The released version from
BioconductorAlternatively, you can grab the development version from github using devtools:
Quick Example
Author