Help for this page

Select Code to Download


  1. or download this
    v<-c(1:3)
    
    ...
    
    # shuffle(v)
    # sort (v)
    
  2. or download this
    [1] "integer"
    [1] 3
    ...
    [1] 2
    [1] 2
    [1] 1 2 3 4