print.ebnm: Print an ebnm object
Description
The print
method for class ebnm
.
Usage
# S3 method for ebnm
print(x, digits = 2, ...)
Arguments
- x
The fitted ebnm
object.
- digits
Number of significant digits to use.
- ...
Not used. Included for consistency as an S3 method.