Learn R Programming

em (version 1.0.0)

print.em: Print the `em` object

Description

Print the `em` object

Usage

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

Value

print the `em` object on the screen.

Arguments

x

the `em` object.

digits

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

...

other arguments used.