Description Usage Arguments Value Author(s) See Also Examples
This function is developper tool to shuffle elegantly data-set. This function suffle one column of a given data.set
| 1 | full_suffling(x,id=NULL)
 | 
| x |  a  | 
| id | the columms you want to shuffle | 
a data.frame with selected columns suffled compared to the original table.
Damien Georges
| 1 2 | xx <- matrix(rep(1:10,3),10,3)
full_suffling(xx,c(1,2))
 | 
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.