reOrder: Reorder an object

Description Usage Arguments Value See Also

Description

Generic function for reordering the dimensions of data objects according to a subscript list. ro is a synonym for reOrder. See also reorder.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
reOrder(x, i, ...)

ro(x, i, ...)

## Default S3 method:
reOrder(x, i, ...)

## S3 method for class 'data.frame'
reOrder(x, i, ...)

## S3 method for class 'dist'
reOrder(x, i, ...)

## S3 method for class 'phylo'
reOrder(x, i, ...)

## S3 method for class 'speciesList'
reOrder(x, i, ...)

## S3 method for class 'longDist'
reOrder(x, i, ...)

## S3 method for class 'poly.data.frame'
reOrder(x, i, ...)

Arguments

x

An object with data to be reordered.

i

Indices for the dimensions of replication of x.

...

Not used.

Value

A reordered version of x.

See Also

reorder


stevencarlislewalker/subscript documentation built on May 30, 2019, 4:45 p.m.