print.blm: print function for the blm object

View source: R/map_reg.r

print.blmR Documentation

print function for the blm object

Description

print function for the blm object

Usage

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

Arguments

x

blm object to be displayed

digits

number of significant digits to use

...

not yet used


bigReg documentation built on May 29, 2024, 7:10 a.m.

Related to print.blm in bigReg...