Learn R Programming

lfactors (version 1.0.4)

as.factor.lfactor: factor from an lfactor

Description

Returns a factor from an lfactor.

Usage

# S3 method for lfactor
as.factor(x)

Arguments

x

the lfactor to be coerced to a factor

Details

Simply drops the numeric levels from the lfactor and returns a normal factor.

See Also

as.factor