unfactor {pda}R Documentation

unclass factor (but keep numeric level)

Description

Usage

unfactor(x.factor, class="factor")

Arguments

x.factor element of class "factor" or "ordered"
class usually "factor" or "ordered"

Value

vector of elements of x.factor

See Also

unclass, interaction.plot.

Examples

## Not run: 
unfactor(a)
## End(Not run)

[Package pda version 1.1-2 Index]