Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

full_shuffling

data set shuffling tool


Description

This function is developer tool to shuffle elegantly data-set. This function shuffle one column of a given data.set

Usage

full_suffling(x,id=NULL)

Arguments

x

a data.frame you want to shuffle

id

the columns you want to shuffle

Value

a data.frame with selected columns shuffled compared to the original table.

Author(s)

Damien Georges

See Also

Examples

xx <- matrix(rep(1:10,3),10,3)
full_suffling(xx,c(1,2))

biomod2

Ensemble Platform for Species Distribution Modeling

v3.4.6
GPL-2
Authors
Wilfried Thuiller [aut, cre], Damien Georges [aut, cre], Robin Engler [aut], Frank Breiner [aut]
Initial release
2020-02-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.