Description Usage Arguments Value Note Author(s) References See Also Examples
View source: R/BioGeoBEARS_detection_v1.R
This function reads in a tab-delimited text file containing counts of detections of each OTU in each region. These could be from database records or some other source.
1 2 | read_detections(detects_fn, OTUnames = NULL,
areanames = NULL, tmpskip = 0, phy = NULL)
|
detects_fn |
The filename of the detections file. |
OTUnames |
Default |
areanames |
Default |
tmpskip |
How many lines should be skipped before
reading the text file? Default |
phy |
An ape phylo object. If included, the rows will be sorted to match the order of tree tip labels. |
dtf
Go BEARS!
Nicholas J. Matzke matzke@berkeley.edu
http://phylo.wikidot.com/matzke-2013-international-biogeography-society-poster
Matzke_2012_IBS
Bottjer_Jablonski_1988
rcpp_calc_anclikes_sp_COOweights_faster
1 | testval=1
|
Loading required package: rexpokit
Loading required package: cladoRcpp
Loading required package: ape
Loading required package: phylobase
Attaching package: 'phylobase'
The following object is masked from 'package:ape':
edges
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.