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
@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
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
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
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
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
__
6 matches
Mail list logo