Description Usage Arguments Value Examples
Create a new factor from two existing factors, where the new factor's levels are the union of the levels of the input factors.
| 1 | fbind(a, b)
 | 
| a | factor | 
| b | factor | 
factor
| 1 | 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.