R/permute.R

# $Id: permute.R 625 2005-06-09 14:20:30Z nj7w $

permute <- function(x) sample( x, size=length(x), replace=FALSE )

Try the gtools package in your browser

Any scripts or data that you put into this service are public.

gtools documentation built on May 2, 2019, 4:52 p.m.