R-CMD-check Codecov test coverage

phylospatial

phylospatial is an R package for spatial phylogenetic analysis. The field of spatial phylogenetics focuses on accounting for evolutionary relationships among taxa when describing biodiversity patterns, an approach that has a number of advantages over species-based accounting. This package provides a set of functions to build and analyze phylospatial data:

A key difference between phylospatial and other spatial phylogenetic R libraries is that all functions in this package work not only with binary presence-absence data but also with continuous community data types such as occurrence probabilities or abundances. These quantities are treated as weights in all computations throughout the package, avoiding the need to discard information by thresholding continuous data.

Vignettes

Installation

# you can install the package from CRAN:
install.packages("phylospatial")

# or the development version from GitHub:
remotes::install_github("matthewkling/phylospatial")