biomod2 (version 3.3-7.1)

full_suffling: data set shuffling tool

Description

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

Usage

full_suffling(x,id=NULL)

Arguments

x

a data.frame you want to suffle

id

the columms you want to shuffle

Value

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

See Also

variables_importance

Examples

Run this code
# NOT RUN {
xx <- matrix(rep(1:10,3),10,3)
full_suffling(xx,c(1,2))
# }

Run the code above in your browser using DataCamp Workspace