biomod2 (version 3.5.1)

full_suffling: 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)

Value

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

Arguments

x

a data.frame you want to shuffle

id

the columns you want to shuffle

Author

Damien Georges

See Also

variables_importance

Examples

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

Run the code above in your browser using DataLab