addGridIfTrue | R Documentation |
Add a Grid if the First Argument is TRUE
addGridIfTrue(
plot.grid,
xPositions,
yPositions = graphics::axTicks(2),
col = "grey",
lty = 3,
...
)
plot.grid |
logical. if TRUE the grid is plotted, else not. |
xPositions |
x positions of the vertical grid lines |
yPositions |
y positions of the horizontal grid lines |
col |
colour of the grid lines, passed to |
lty |
line type of the grid lines, passed to |
... |
additional arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.