Mariah,
Look at the help for functions hexbin and plot.hexbin.
For instance:
# Simple binning
x <- rnorm(10000)
y <- rnorm(10000)
mybin <- hexbin(x,y)
# Basic plot
plot(mybin,style="nested.lat")
Marc
-----Original Message-----
From: Mariah Sati [mailto:mariah_sati@yahoo.com]
Sent: Tuesday, April 13, 2004 9:20 AM
To: s-news@lists.biostat.wustl.edu
Subject: [S] S-plus Stacking problem
I am trying to graph some categorical data in a scatterplot to determine
whether a relationship exists. However I am experiencing a "stacking problem"
ie I graph thousands of data points and end up with less than a hundered. how
can I tell S-Plus to show the weight difference between the graphed points?
Thank you very much
__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/
--------------------------------------------------------------------
This message was distributed by s-news@lists.biostat.wustl.edu. To unsubscribe
send e-mail to s-news-request@lists.biostat.wustl.edu with the BODY of the
message: unsubscribe s-news
|