print.qle {qle}R Documentation

print results of class qle

Description

S3 method to print the results from qle.

Usage

## S3 method for class 'qle'
print(x, pl = 1L, digits = 4, format = "e", ...)

Arguments

x

object of class qle from qle

pl

numeric (positive) value, the print level (higher values give more information)

digits

number of digits to display

format

format character(s), see formatC

...

ignored, additional arguments


[Package qle version 0.2.1 Index]