typeof | R Documentation |
typeof
determines the R type of an FlashR object.
## S4 method for signature 'fm' typeof(x) ## S4 method for signature 'fmV' typeof(x)
x |
a FlashR object. |
A character string. Current values are "logical", "integer", "double".
mat <- fm.runif.matrix(100, 10) typeof(mat)