iclass.Rd
iclass
determines the implicit class of a base type.
The code is taken from the great "Advanced R" by Hadley Wickham.
iclass(x)
x | base type |
---|
A vector describing the implicit class of 'x'.
Wickham, Hadley. _Advanced R_. Available online at http://adv-r.had.co.nz/OO-essentials.html
#> [1] "matrix" "integer" "numeric"#> [1] "array" "double" "numeric"#> [1] "array" "double" "numeric"