search for: month_1

Displaying 1 result from an estimated 1 matches for "month_1".

Did you mean: month1
2010 Nov 01
1
ggplot map bounds
...need the bounds of the plot to be from 33N to 37N and 85W to 75W. The way this is now, if I try to subset the states object, I get a garbled mess of lines. The rest of the code provides what I'm trying to do with the attached data. usamap + geom_point(data=obsmeans,aes(x=lon,y=lat,colour = month_1),size=5) + scale_colour_gradientn(data=obsmeans,colour=rev(rainbow(17)),breaks=seq(5,21,by=1),limits=c(5,21)) Any ideas for how I can fix this map would be appreciated! Adrienne -- Adrienne Wootten Graduate Research Assistant State Climate Office of North Carolina Department of Marine, Earth a...