-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
31 lines (31 loc) · 901 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: phylosignal
Type: Package
Title: Exploring the Phylogenetic Signal in Continuous Traits
Version: 1.3.1
Date: 2023-10-11
Author: Francois Keck <[email protected]>
Maintainer: Francois Keck <[email protected]>
Description: A collection of tools to explore the phylogenetic signal in univariate and multivariate data. The package provides functions to plot traits data against a phylogenetic tree, different measures and tests for the phylogenetic signal, methods to describe where the signal is located and a phylogenetic clustering method.
License: GPL-3
Imports:
Rcpp (>= 0.11.0),
adephylo,
igraph,
ape,
phylobase,
boot,
DBI,
graphics,
grDevices,
methods,
stats,
utils
LinkingTo: Rcpp, RcppArmadillo
Suggests: testthat,
knitr,
rmarkdown
RoxygenNote: 7.2.1
LazyLoad: yes
LazyData: true
Encoding: UTF-8
VignetteBuilder: knitr