print.em {em}R Documentation

Print the 'em' object

Description

Print the 'em' object

Usage

## S3 method for class 'em'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

the 'em' object.

digits

the maximum digits printed, the default is '3L'.

...

other arguments used.

Value

print the 'em' object on the screen.


[Package em version 1.0.0 Index]