Skip to content
Prev 306907 / 398506 Next

Legend Truncated Using filled.contour

Data attached - didn't realize I could do that last night.  Here's the data
inport piece of my code, change the pathname to your computer.

asym<-read.csv('/Users/kirstensimmons/Desktop/Asym04.csv')

asym

#put the data into a data matrix

asym_matrix<-data.matrix(asym)
On Thu, Oct 4, 2012 at 6:35 AM, David Winsemius <dwinsemius at comcast.net>wrote: