print.QSResult {qle}R Documentation

print results of class QSResult

Description

S3 method to print the results from qscoring.

Usage

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

Arguments

x

object of type QSResult from qscoring

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]