mock_3sp {divent} | R Documentation |
Mock data
Description
A simple dataset to test diversity functions. It contains 3 species with their abundances, their distance matrix and their phylogenetic tree.
Usage
mock_3sp_abd
mock_3sp_dist
mock_3sp_tree
Format
mock_3sp_abd
is a vector, mock_3sp_dist
a matrix and
mock_3sp_tree
an object of class ape::phylo.
An object of class dist
of length 3.
An object of class phylo
of length 4.
Examples
mock_3sp_abd
mock_3sp_dist
plot(mock_3sp_tree)
axis(2)
[Package divent version 0.5-2 Index]