| grid {graphics} | R Documentation |
grid adds an nx by ny rectangular grid to an
existing plot.
grid(nx = NULL, ny = nx, col = "lightgray", lty = "dotted",
lwd = par("lwd"), equilogs = TRUE)
nx, ny |
number of cells of the grid in x and y direction. When
|