show,initRandrot-method {randRotation}R Documentation

Show an Object

Description

Display the object by printing structured summary information.

Usage

## 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.


[Package randRotation version 1.2.2 Index]