oldUnclass {splus2R} | R Documentation |
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.
See Also
Examples
oldUnclass(matrix(1:10))
[Package splus2R version 1.3-5 Index]