Learn R Programming

BioGeoBEARS (version 0.2.1)

states_list_indexes_to_areastxt: States (ranges) lists to txt string of the areas

Description

This is a utility function.

Usage

states_list_indexes_to_areastxt(states_list, areanames, counting_base = 0, concat = TRUE, sep = "")

Arguments

states_list
A list of states, where each state consists of a list of areas.
areanames
A list of areanamess.
counting_base
Does states_list start indexing areas from 0 (default) or 1?
concat
If TRUE (default), merge the areas in a state into a single string.
sep
Character to merge on, as in paste. Default "".

Value

tiparea A string.

References

http://phylo.wikidot.com/matzke-2013-international-biogeography-society-poster

Matzke_2012_IBS

See Also

getname, order_tipranges_by_tree_tips, define_tipranges_object, save_tipranges_to_LagrangePHYLIP

Examples

Run this code
test=1

Run the code above in your browser using DataLab