
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.
define_tipranges_object(tmpdf = NULL)
data.frame
holding the range data, if they like. Default is
NULL
, which means the function will produce a
temporary data.frame
as an example.tipranges_object
The tipranges object, of class
tipranges
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
testval=1
tipranges_object = define_tipranges_object()
tipranges_object
Run the code above in your browser using DataLab