summary.max_stable_prcomp {maxstablePCA}R Documentation

Print summary of a max_stable_prcomp object.

Description

Print summary of a max_stable_prcomp object.

Usage

## S3 method for class 'max_stable_prcomp'
summary(object, ...)

Arguments

object

max_stable_prcomp object. Data should be assumed to follow the same distribution as the data used in max_stable_prcomp.

...

additional unused arguments.

Value

Same as base::print().

See Also

max_stable_prcomp()


[Package maxstablePCA version 0.1.2 Index]