Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/BioGeoBEARS_classes_v1.R
Class tipranges is an extension of the
data.frame class. It is used for holding
discrete geographic range data for the tips on a
phylogeny. Geographic ranges are represented with bit
encoding (0/1) indicating absence or presence in each
possible area.
1 | define_tipranges_object(tmpdf = NULL)
|
tmpdf |
The user may input a |
This is just a data.frame with: rows = taxanames
columns = area names
cells = 0/1 representing
empty/occupied
tipranges_object The tipranges object, of class
tipranges
Go BEARS!
Nicholas J. Matzke matzke@berkeley.edu
http://phylo.wikidot.com/matzke-2013-international-biogeography-society-poster
Matzke_2012_IBS
getareas_from_tipranges_object,
areas_list_to_states_list_old,
areas_list_to_states_list_new,
tipranges_to_tip_condlikes_of_data_on_each_state
1 2 3 | testval=1
tipranges_object = define_tipranges_object()
tipranges_object
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.