printR Documentation

Print FlashR objects.

Description

print prints the information of a FlashR object.

Usage

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

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

## S4 method for signature 'fmVFactor'
print(x)

## S4 method for signature 'fm.bo'
print(x)

Arguments

x

a FlashR object. It can be a vector, a matrix or a FlashR binary operator.