Learn R Programming

tma (version 0.3.1)

as.unordered: Convert to Unordered Factor

Description

This function is a generic method to convert an object to an unordered factor. It dispatches methods based on the class of the input object.

Usage

as.unordered(x)

Value

An unordered factor representation of the input object.

Arguments

x

An object to be converted to an unordered factor.