Description Usage Arguments Value Examples
This function will take two different factors of the form class(factor)
,
and will concatonate such factors using internal indexing.
1 | fac_bind(a, b)
|
a |
of the class |
b |
of the class |
A factor()
class object
1 | fac_bind(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.