Learn R Programming

splus2R (version 1.1-0)

oldUnclass: Class conversion

Description

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

Usage

oldUnclass(x)

Arguments

x
any object.

Value

  • unclassed version of input object.

concept

splus

See Also

oldClass,unclass.

Examples

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

Run the code above in your browser using DataLab