Displaying 1 result from an estimated 1 matches for "nwas".
Did you mean:
nas
2009 Aug 08
0
Hexbin margins
...more obvious mar settings without luck.
Here's how to recreate the probem:
require(hexbin)
x <- abs(rnorm(500,500,500))
y <- jitter(x)
bin <- hexbin(x,y,)
srt=plot(bin,xlab="Average X Value", ylab= "Average Y Value",
main="The shortest title I could think of\nwas still two lines")
Thanks in advance for your thoughts on this.
Best,
Holly