joinf | R Documentation |
Convenience function for joining factors.
joinf(...)
... |
One or more features to merge.
Given as single vectors or data.frames.
Accepted feature types are factor (preferred), booleans, integers (treated as categorical) or reals (which undergo automatic categorisation).
|
Joint factor, with levels l1
to l<n>
.
Vacant combinations are dropped.
You can pass a single vector to this function to see how praznik interprets it.
joinf(c(1,2,1,2),c(1,1,2,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.