grid.RdAdd and customise grid.
b_grid(p, focus = TRUE, lines = TRUE) b_xgrid(p, show = TRUE, ...) b_ygrid(p, show = TRUE, ...) b_grid_line(p, value, label, axis = "x", position = NULL, class = NULL)
| p | an object of class |
|---|---|
| focus | show grids when focus. |
| lines | show lines. |
| show | set to show. |
| ... | any other parameter. |
| value | axis value. |
| label | label of line. |
| axis | axis to draw on. |
| position | line position. |
| class |
|