fbind: Bind two factors

View source: R/fbind.R

fbindR Documentation

Bind two factors

Description

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

Usage

fbind(a, b)

Arguments

a

factor

b

factor

Value

factor

Examples

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

Single-Cell-Genomics-Group-CNAG-CRG/SCrafty-package documentation built on Aug. 20, 2022, 9:29 a.m.