reorder.character {plyr}R Documentation

Reorder character

Description

Make it possible to reorder character vectors

Usage

reorder.character(x, X, FUN = mean, ...)

Arguments

x
X
FUN
...

Details

Should be removed once this is built into R.

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package plyr version 0.1.5 Index]