Description Usage Arguments Details Value See Also Examples
Cleanly combine two species abundance matrices by binding rows and filling zeros in empty cells.
1 | mx_rbind_all(xx, yy)
|
xx |
first array of species data, where rows = SUs and cols = species |
yy |
second array of species data |
Top rows are from first matrix xx, bottom rows are from
second matrix yy. All names of original sample units and
species are retained. Zeros fill empty cells.
Matrix or data.frame containing all combined species and SUs.
rbind.fill from package plyr, and
rbind_all from package dplyr.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.