Hey, thanks for the suggestions but I'm still having some problem. I was able to modify the size pdf/ps file that I generate, but still labels of the right side of the heatmap are not plot entirely.
I tried par(mar..) par(pin..) but still cannot do it, any ideas? Thanks! g 2011/1/4 Joshua Wiley <[email protected]> > Hi, > > You can set the device region in inches using the "pin" argument (see > ?par maybe halfway down or so). You can also set the aspect ratio in > plot(), but I am not sure that is really what you want (see > ?plot.window for that). > > Two Examples > ####### > par(pin = c(2, 4)) > plot(1:10) > dev.off() > > plot(1:10, asp = 2) > ####### > > Hope that helps, > > Josh > > > On Tue, Jan 4, 2011 at 8:46 AM, joonR <[email protected]> wrote: > > > > Hi, > > > > I'm trying to plot a grid of points of different dimensions using the > simple > > plot() function. > > I want to plot the points such that they DO NOT overlap, > > I guess there should be a way to set a maximum distance between the > points, > > but I cannot find it. > > > > Can you help? > > Thanks a lot! > > > > g > > > > PS: Is it possible to produce device regions of different dimensions? > > (i.e. a rectangular one with height > width) > > -- > > View this message in context: > http://r.789695.n4.nabble.com/plot-without-points-overlap-tp3173894p3173894.html > > Sent from the R help mailing list archive at Nabble.com. > > > > ______________________________________________ > > [email protected] 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. > > > > > > -- > Joshua Wiley > Ph.D. Student, Health Psychology > University of California, Los Angeles > http://www.joshuawiley.com/ > [[alternative HTML version deleted]] ______________________________________________ [email protected] 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.

