Learn R Programming

Kmisc (version 0.5.0)

transpose: Tranpose an Object

Description

This functions similarily to R's t, but we add a new method, transpose.list, for transposing lists in a specific way.

Usage

transpose(x)
"transpose"(x)
"transpose"(x)
"transpose"(x)

Arguments

x
A matrix, data.frame, or matrix-like list.