Skip to contents

Compact print method for objects returned by predict.mixgpd_fit.

Usage

# S3 method for class 'mixgpd_predict'
print(x, digits = 3, max_rows = 10L, ...)

Arguments

x

A prediction object returned by predict.mixgpd_fit().

digits

Number of digits to print for numeric summaries.

max_rows

Maximum rows to print when the prediction contains a data frame.

...

Unused.

Value

The input object, invisibly.