View source: R/pss_functions.R
ses.mpd.rc | R Documentation |
Standardized Effect Size of the interaction-frequency-weighted mean pairwise phylogenetic distance (wMPD) for the taxa in the rows and columns of an interaction matrix. This is simply an extension of picante's function ses.mpd
ses.mpd.rc(samp, phyl.rows, phyl.cols)
samp |
Required. A matrix. Elements of the matrix are interaction frequencies. |
phyl.rows |
Required. An object of class phylo. This is a phylogenetic tree that includes all the taxa in the rows of samp. This tree may have taxa not included in samp. |
phyl.cols |
Required. An object of class phylo. This is a phylogenetic tree that includes all the taxa in the columns of samp. This tree may have taxa not included in samp. |
A list with two dataframes (rows and columns) with results for each taxon in samp. See ?ses.mpd in Picante for more details.
Carlos J. Pardo De la Hoz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.