flip: Function to flip data frames

Description Usage Arguments Value Author(s) See Also Examples

Description

Function reverses the order of rows. It is simmilar to function rev, but designed for rows of a data frame, matrix.

Usage

1

Arguments

order

Data frame, Matrix

Value

Same data frame or matrix with reversed rows

Author(s)

Ivana Ihnatova

See Also

rev

Examples

1
2
 A<-matrix(1:24, ncol=4);A
 flip(A)     

MAMA documentation built on Jan. 15, 2017, 3:05 p.m.

Related to flip in MAMA...