oldUnclass {splus2R} | R Documentation |
the old-style version of function unclass
; it sets oldClass
to NULL
, rather than class
.
oldUnclass(x)
x |
any object. |
unclassed version of input object.
anyMissing
, as.rectangular
, colIds
, colMaxs
, colMedians
, colMins
, colRanges
, colStdevs
, colVars
, deparseText
, ifelse1
, is.numeric.atomic.vector
, is.rectangular
, is.missing
, is.zero
, lowerCase
, numCols
, numRows
, peaks
, positions
, rowIds
, rowMaxs
, rmvnorm
, stdev
, subscript2d
, upperCase
, vecnorm
, which.na
.
oldUnclass(matrix(1:10))