DATA MINING
Desktop Survival Guide by Graham Williams |
|||||
> ?plot # The ? is a shortcut for help(). > identical(x,y) # Test if data is identical. > sample(2:12, 100, replace=TRUE) # Random sample with replacement. > x <- 1:20 > w <- 1 + sqrt(x) > q() |