typeofR Documentation

The Type of an Object

Description

typeof determines the R type of an FlashR object.

Usage

## S4 method for signature 'fm'
typeof(x)

## S4 method for signature 'fmV'
typeof(x)

Arguments

x

a FlashR object.

Value

A character string. Current values are "logical", "integer", "double".

Examples

mat <- fm.runif.matrix(100, 10)
typeof(mat)