splus2R (version 1.3-5)

oldUnclass: Class conversion

Description

the old-style version of function unclass; it sets oldClass to NULL, rather than class.

Usage

oldUnclass(x)

Value

unclassed version of input object.

Arguments

x

any object.

See Also

Examples

Run this code
oldUnclass(matrix(1:10))

Run the code above in your browser using DataLab