print.em: Print the 'em' object

View source: R/em.R

print.emR 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.


em documentation built on Jan. 11, 2023, 9:07 a.m.