add.lattice.grid {pander} | R Documentation |
Add grids
Description
Exactly the same fn as see latticeExtra::axis.grid
but using grid
colors instead.
Usage
add.lattice.grid(
side = c("top", "bottom", "left", "right"),
...,
ticks = c("default", "yes", "no"),
scales,
components,
line.col
)
Arguments
side |
see |
... |
see |
ticks |
see |
scales |
see |
components |
see |
line.col |
see |
References
This function is a forked version of latticeExtra::axis.grid
[Package pander version 0.6.5 Index]