Description Usage Arguments Value Examples
create a new factor from existing factors, where the new factors's levels are a union of the levels of the input factors
1 | fbind(a, b)
|
a |
factor |
b |
factor |
factor
1 2 | # uses fbind on the factors of the inbuilt iris and PlantGrowth datasets
fbind(iris$Species[c(1, 51, 101)], PlantGrowth$group[c(1, 11, 21)])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.