The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

The ‘avotrex’ R package

CRAN Downloads CRAN_Status_Badge License: GPL v3 CircleCI Codecov test coverage

Repository for the avotrex R package.

The avotrex package provides functionality to graft extinct avian species, present in the AvoTrex dataset, to existing BirdTree backbone trees.

Note that the package imports and loads in the ‘ape’ R package in its entirety, as this provides access to its full range of classes and functions.

As this is version 1.0.0 of the package, it is possible that there are some bugs in places. Please report any issues to us via GitHub.

Installation

You can install the released version of avotrex from CRAN with:

And the development version from GitHub.

Example usage

library(avotrex)

data(BirdTree_trees) # Load in the example trees data(BirdTree_tax) # Load in the extant BirdTree taxonomy data(AvotrexPhylo) # Load in the extinct grafting database and instructions

trees <- AvoPhylo(ctrees = Trees, avotrex = AvotrexPhylo, PER = 0.2, tax = tax, Ntree = 1, n.cores = 1, cluster.ips = NULL)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.