shuffle: Shuffles the order of the values in a vector

View source: R/SDS100_pnull_shuffle_resample_pairs.R

shuffleR Documentation

Shuffles the order of the values in a vector

Description

Shuffles the order of the values in a vector

Usage

shuffle(v)

Arguments

v

A vector of data.

Examples

 v <- 1:9
 shuffle(v)


emeyers/SDS100 documentation built on April 28, 2024, 5:07 p.m.