Package: diversitree 0.10-1

Richard G. FitzJohn

diversitree: Comparative 'Phylogenetic' Analyses of Diversification

Contains a number of comparative 'phylogenetic' methods, mostly focusing on analysing diversification and character evolution. Contains implementations of 'BiSSE' (Binary State 'Speciation' and Extinction) and its unresolved tree extensions, 'MuSSE' (Multiple State 'Speciation' and Extinction), 'QuaSSE', 'GeoSSE', and 'BiSSE-ness' Other included methods include Markov models of discrete and continuous trait evolution and constant rate 'speciation' and extinction.

Authors:Richard G. FitzJohn [aut, cre], Emma Goldberg [aut], Karen Magnuson-Ford [aut], Roger Sidje [aut]

diversitree_0.10-1.tar.gz
diversitree_0.10-1.tar.gz(r-4.5-noble)diversitree_0.10-1.tar.gz(r-4.4-noble)
diversitree.pdf |diversitree.html
diversitree/json (API)

# Install 'diversitree' in R:
install.packages('diversitree', repos = 'https://cloud.r-project.org')
Uses libs:
  • fftw3– Library for computing Fast Fourier Transforms
  • gsl– GNU Scientific Library (GSL)
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

fftw3gslopenblascpp

3.78 score 1 stars 4 packages 882 downloads 33 mentions 101 exports 7 dependencies

Last updated 6 months agofrom:dd3ceae86a. Checks:3 OK. Indexed: no.

TargetResultLatest binary
Doc / VignettesOKApr 01 2025
R-4.5-linux-x86_64OKApr 01 2025
R-4.4-linux-x86_64OKApr 01 2025

Exports:argnamesargnames<-asr.jointasr.marginalasr.stochbig.brothercheck.fftCclades.from.classificationclades.from.polytomiescombineconstant.xconstrainconstrain.idrop.likelihoodexpand.parametersfind.mleget.descendantsget.likelihoodhistory.from.sim.discreteinvertmake.asr.jointmake.asr.marginalmake.asr.stochmake.bdmake.bd.splitmake.bd.tmake.bissemake.bisse.splitmake.bisse.tmake.bisse.tdmake.bisse.unevenmake.bissenessmake.bmmake.brownian.with.driftmake.clade.treemake.classemake.ebmake.geossemake.geosse.splitmake.geosse.tmake.geosse.unevenmake.lambdamake.linear.xmake.mk2make.mknmake.mkn.meristicmake.mkn.multitraitmake.mussemake.musse.multitraitmake.musse.splitmake.musse.tmake.musse.tdmake.oumake.pglsmake.prior.exponentialmake.prior.uniformmake.quassemake.quasse.splitmake.sim.charactermake.yulemcmcmkn.multitrait.translatemusse.multitrait.translatenoroptimal.xpolytomies.to.cladesprofiles.plotprotectpruneROOT.ALLROOT.BOTHROOT.EQUIROOT.FLATROOT.GIVENROOT.MAXROOT.OBSrun.cachedsampler.normsampler.sliceset.defaultssigmoid.xsigmoid2.xsim.characterstarting.point.bdstarting.point.bissestarting.point.classestarting.point.geossestarting.point.mussestarting.point.musse.multitraitstarting.point.quassestepf.xtrait.plottree.bdtree.bissetree.bissenesstree.classetree.geossetree.mussetree.musse.multitraittree.quassetree.yuletrees

Dependencies:apedeSolvedigestlatticenlmeRcppsubplex

Citation

To cite diversitree in a publication, please use:

FitzJohn, R.G. 2012. Diversitree: Comparative Phylogenetic Analyses of Diversification in R. Methods in Ecology and Evolution 3: 1084-1092<doi:10.1111/j.2041-210X.2012.00234.x>

Corresponding BibTeX entry:

  @Article{,
    title = {Diversitree: Comparative Phylogenetic Analyses of
      Diversification in R},
    author = {Richard G FitzJohn},
    journal = {Methods in Ecology and Evolution},
    year = {2012},
    volume = {3},
    pages = {1084-1092},
    doi = {10.1111/j.2041-210X.2012.00234.x},
  }

Readme and manuals

diversitree: comparative phylogenetic analyses of diversification

This repository contains "diversitree". It is my experimental sources though, and may not compile or work for you. You may prefer the released version from CRAN:

> install.packages("diversitree")

The interesting directories are:

  • inst/tests: testing functions that exercise most of the package's main features. Running ./run_tests.R will run the tests. These take too long to run on CRAN (over a minute), so are not set up in the usual way.
  • doc: Vignettes, and their required data files.

Installing diversitree

Clone the repository with

git clone git://github.com/richfitz/diversitree.git

The package should then be installable the usual way. You'll need a C, C++ and Fortran compiler.

To install and specify the location of the fftw library in a non-standard place, a line like this is required: R CMD INSTALL diversitree --configure-args='--with-fftw=/path/to/fftw' where the path will be the path so that the files /path/to/fftw/include/fftw3.h /path/to/fftw/lib/lib/fftw3.so exist.

On Windows, set the environment variable LIB_FFTW to point to the directory that contains include/fftw.h, and install the package.

If fftw is not found, installation will continue, but the (relatively) fast C based QuaSSE integration will not be available. The R based fft integrator and the method-of-lines integrator will be available.

Unresolved clades

As of version 0.10.0, diversitree can no longer work with unresolved clades (FitzJohn, Maddison and Otto 2009's method), due to the package being long in retirement from development and difficulties adapting the Fortran code to meet CRAN's requirements. Users can install an older package from github (e.g., with remotes::install_github("mrc-ide/diversitree@e587755") to install the last released version that contained this code). This will require a working Fortran compiler. Alternatively, a suitably motivated person could restore the code (reverting changes contained in aaaa) and patch the code to work with the current version of flang as used by CRAN.

Branches

The "master" branch contains the bleeding edge version of diversitree. It may or may not work for you. The "release" branch contains stable releases.

Help Manual

Help pageTopics
Comparative 'Phylogenetic' Analyses of Diversificationdiversitree-package diversitree
Argument Names for Vector-Argument Functionsargnames argnames.constrained argnames<- argnames<-.constrained
Ancestral State Reconstructionasr asr.joint asr.marginal asr.stoch make.asr.joint make.asr.marginal make.asr.stoch
Ancestral State Reconstruction Under BiSSEasr.bisse asr.marginal.bisse asr.marginal.musse asr.musse make.asr.marginal.bisse make.asr.marginal.musse
Ancestral State Reconstruction Under Mk2/Mknasr.mkn make.asr.joint.mk2 make.asr.joint.mkn make.asr.marginal.mk2 make.asr.marginal.mkn make.asr.stoch.mk2 make.asr.stoch.mkn
Check Capabilities of the Diversitree Installcheck.fftC
Combine Several Likelihood Functions Multiplicativelycombine
Constrain Parameters of a Modelconstrain constrain.i
Maximimum Likelihood Inferenceanova.fit.mle coef.fit.mle find.mle logLik.fit.mle
Extract Character Histories From Simulationshistory.from.sim.discrete
Constant Rate Birth-Death Modelsmake.bd make.yule starting.point.bd
Constant Rate Birth-Death Models: Split Modelsmake.bd.split
Time-varing Birth-Death Modelsmake.bd.t
Binary State Speciation and Extinction Modelmake.bisse starting.point.bisse
Binary State Speciation and Extinction Model: Split Modelsmake.bisse.split make.bisse.uneven
Binary State Speciation and Extinction Model: Time Dependant Modelsmake.bisse.t make.bisse.td
Binary State Speciation and Extinction (Node Enhanced State Shift) Modelmake.bisseness
Brownian Motion and Related Models of Character Evolutionmake.bm make.eb make.lambda make.ou
Make a "Clade Tree"clades.from.classification clades.from.polytomies make.clade.tree
Cladogenetic State change Speciation and Extinction Modelmake.classe starting.point.classe
Geographic State Speciation and Extinction Modelmake.geosse starting.point.geosse
Geographic State Speciation and Extinction Model: Split Modelsmake.geosse.split make.geosse.uneven
Geographic State Speciation and Extinction Model: Time Dependent Modelsmake.geosse.t
Mk2 and Mk-n Models of character evolutionmake.mk2 make.mkn make.mkn.meristic
MuSSE: Multi-State Speciation and Extinctionmake.musse starting.point.musse
MuSSE: Multi-State Speciation and Extinction (Multiple Binary Traits Version)make.mkn.multitrait make.musse.multitrait mkn.multitrait.translate musse.multitrait.translate starting.point.musse.multitrait
Multiple State Speciation and Extinction Model: Split Modelsmake.musse.split
Multiple State Speciation and Extinction Model: Time Dependent Modelsmake.musse.t make.musse.td
Phylogenetic Generalised Least Squaresmake.pgls
Simple Prior Functionsmake.prior make.prior.exponential make.prior.uniform
Quantitative State Speciation and Extinction Modelmake.quasse starting.point.quasse
Quantitative State Speciation and Extinction Model: Split Modelsmake.quasse.split
Simple Markov Chain Monte Carlo with Slice Samplingmcmc mcmc.default sampler.norm sampler.slice
Plot Character Historyplot.history
Plot Marginal Distributions from MCMCprofiles.plot
Support Functions for QuaSSE Modelsconstant.x make.brownian.with.drift make.linear.x noroptimal.x sigmoid.x sigmoid2.x stepf.x
Set Default Arguments of a Functionset.defaults
Simulate a Character Distribution on a Treemake.sim.character sim.character
Evolve Birth-Death Treesprune tree.bd tree.bisse tree.bisseness tree.classe tree.geosse tree.musse tree.musse.multitrait tree.quasse tree.yule trees
Plot a Phylogeny and Traitstrait.plot
Utility Functionsdrop.likelihood expand.parameters get.descendants get.likelihood run.cached