Re: [R] graph paper look

2012-01-23 Thread Greg Snow
PM To: r-help@r-project.org Subject: [R] graph paper look Dear R People: Short of doing a series of ablines, is there a way to produce "graph paper" in R please? Thanks, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston

Re: [R] graph paper look

2012-01-19 Thread David L Carlson
@r-project.org] On Behalf Of Erin Hodgess Sent: Wednesday, January 18, 2012 7:19 PM To: r-help@r-project.org Subject: [R] graph paper look Dear R People: Short of doing a series of ablines, is there a way to produce "graph paper" in R please? Thanks, Erin -- Erin Hodgess Associate Profe

Re: [R] graph paper look

2012-01-18 Thread Pete Brecknock
Erin Hodgess-2 wrote > > Dear R People: > > Short of doing a series of ablines, is there a way to produce "graph > paper" in R please? > > Thanks, > Erin > > > -- > Erin Hodgess > Associate Professor > Department of Computer and Mathematical Sciences > University of Houston - Downtown > mail

Re: [R] graph paper look

2012-01-18 Thread Ben Bolker
Erin Hodgess gmail.com> writes: > Short of doing a series of ablines, is there a way to produce "graph > paper" in R please? How about ?grid ... __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the pos

Re: [R] graph paper look

2012-01-18 Thread baptiste auguie
You could draw a grid with grid, using grid.grill, library(grid) pdf("grid.pdf", width=21/2.54,height=29.7/2.54) grid.grill(h = unit(seq(0, 297, by=1), "mm"), v = unit(seq(0, 210, by=1), "mm"), gp=gpar(col="grey",lwd=0.1)) grid.grill(h = unit(seq(0, 297, by=5), "mm"), v = un

[R] graph paper look

2012-01-18 Thread Erin Hodgess
Dear R People: Short of doing a series of ablines, is there a way to produce "graph paper" in R please? Thanks, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: erinm.hodg...@gmail.com __