[R] Making heatmaps
wns09a
acwns09 at aim.com
Fri Sep 17 03:04:23 CEST 2010
Basically, I have the location data for about 1,000 pitches. I can get them
to show up correctly on normal plots, but I am genuinely messed up on
heatmaps.
> location <- read.csv('C:/Users/William/Downloads/09Location.csv')
> location <- as.matrix(location)
Like I said, that can get a plot fine.
Should I use image or heatmap?
For the record, I want something like
this:http://2.bp.blogspot.com/_hZYdwHvvD9U/THo_YaK0dGI/AAAAAAAAAgg/VjzVngS2-BU/s1600/clifflee3.png
I don't need the contour lines, though.
--
View this message in context: http://r.789695.n4.nabble.com/Making-heatmaps-tp2543201p2543201.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list