Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/BioGeoBEARS_generics_v1.R
Utility function. This function returns the non-NA values from a vector.
| 1 | 
| x | The vector of items to check for being not NA. | 
This is used by
get_indices_where_list1_occurs_in_list2_noNA,
which is used by
get_indices_of_branches_under_tips, which
is used by extend_tips_to_ultrametricize,
which can be used by section_the_tree.
y The surviving, non-NA cells of a vector.
Go BEARS!
Nicholas J. Matzke matzke@berkeley.edu
http://phylo.wikidot.com/matzke-2013-international-biogeography-society-poster
Matzke_2012_IBS
prt, LETTERS,
get_indices_where_list1_occurs_in_list2_noNA,
get_indices_where_list1_occurs_in_list2,
extend_tips_to_ultrametricize,
section_the_tree
| 1 2 | list1 = c("N", "I", NA, "C", "K")
return_items_not_NA(list1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.