Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/BioGeoBEARS_basics_v1.R
This function returns the maximum descendant rangesize for a given ancestral rangesize, given a list of 0/1 values specifying the possibility of each descendant rangesizes.
1 | maxsize(areasizes_possible_01)
|
areasizes_possible_01 |
A list of 0/1 values, indicating whether an range of that size (rangesize = 1-based index = 1, 2, 3...) is possible (1) or not (0). |
This is mostly a utility function used within
apply
within other functions.
max_number_of_areas
The maximum number of areas
Go BEARS!
Nicholas J. Matzke matzke@berkeley.edu
http://phylo.wikidot.com/matzke-2013-international-biogeography-society-poster
Matzke_2012_IBS
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.