DimmestLemming wrote: > I'm working with a lot of data right now, but I'm new to R, and not very > good with it, hence my request for help. What type of graph could I use to > straighten out things like... > > http://r.789695.n4.nabble.com/file/n3711389/Untitled.png
Three nice alternatives: example(smoothScatter) example(sunflowerplot) library(hexbin) example(hexbinplot) (And do remove the outliers before plotting.) -- Karl Ove Hufthammer ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.