Togaware DATA MINING
Desktop Survival Guide
by Graham Williams
Google

Misc



> ?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()



Copyright © 2004-2006 [email protected]
Support further development through the purchase of the PDF version of the book.
Brought to you by Togaware.