show: Show an Object

Description Usage Arguments Details Value

Description

Display the object by printing structured summary information.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'initRandrot'
show(object)

## S4 method for signature 'initBatchRandrot'
show(object)

## S4 method for signature 'rotateStat'
show(object)

Arguments

object

An object of class initRandrot-class, initRandrotW-class or initBatchRandrot-class.

Details

The show method always displays the original design matrix (X), not the transformed (whitened) versions.

Value

show returns an invisible NULL.


randRotation documentation built on April 14, 2021, 6:01 p.m.