full_shuffling: data set shuffling tool

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1

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.

Author(s)

Damien Georges

See Also

variables_importance

Examples

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

Example output

Loading required package: sp
Loading required package: raster
Loading required package: parallel
Loading required package: reshape
Loading required package: ggplot2
biomod2 3.3-7.1 loaded.

Type browseVignettes(package='biomod2') to access directly biomod2 vignettes.
      [,1] [,2] [,3]
 [1,]    4    4    1
 [2,]    9    1    2
 [3,]    5    7    3
 [4,]    6    8    4
 [5,]    7    6    5
 [6,]   10   10    6
 [7,]    2    3    7
 [8,]    8    2    8
 [9,]    3    9    9
[10,]    1    5   10

biomod2 documentation built on May 2, 2019, 5:08 p.m.