| cdb_rbind | R Documentation |
Merges two CompadreDB objects via a row-bind of the data slots.
cdb_rbind(cdb1, cdb2)
cdb1, cdb2 |
CompadreDB objects |
A CompadreDB object created by binding the rows of cdb1 and
cdb2
Sam Levin <levisc8@gmail.com>
Owen R. Jones <jones@biology.sdu.dk>
Other data management:
cdb_flatten(),
cdb_id_stages(),
cdb_id_studies(),
cdb_id(),
cdb_mean_matF(),
cdb_unflatten(),
cdb_unnest(),
mpm_elementwise_apply(),
mpm_mean(),
mpm_median(),
mpm_sd(),
string_representation
Compadre1 <- subset(Compadre, Continent == "Asia")
Compadre2 <- subset(Compadre, Continent == "Africa")
cdb_rbind(Compadre1, Compadre2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.