fbind: Bind Two Factors

Description Usage Arguments Value Examples

View source: R/fbind.R

Description

Create a new factor from two exisiting factors, where the new factor's levels are the union of the old factors' levels.

Usage

1
fbind(a, b)

Arguments

a

factor

b

factor

Value

factor

Examples

1
fbind(iris$Species[c(1,51,101)], PlantGrowth$group[c(1,11,21)])

etesdahl/fooFactors documentation built on May 26, 2019, 9:36 a.m.