transpose: Tranpose an Object

Description Usage Arguments

View source: R/transpose.R

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
transpose(x)

## S3 method for class 'list'
transpose(x)

## S3 method for class 'data.frame'
transpose(x)

## Default S3 method:
transpose(x)

Arguments

x

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


Kmisc documentation built on May 29, 2017, 1:43 p.m.

Related to transpose in Kmisc...