Learn R Programming

albatross (version 0.3-5)

t.feem: Transpose a FEEM

Description

Transpose a FEEM object and return an unclassed matrix.

Usage

# S3 method for feem
t(x)

Value

A matrix without a class attribute.

Arguments

x

A feem object.

Details

Like in aperm, transposing makes sense for a matrix, but violates the feem class invariants. Therefore, the class attribute has to be removed.

Examples

Run this code
  t(feem(matrix(1:40, ncol = 8), 1:5, 1:8))

Run the code above in your browser using DataLab