Description Usage Arguments Value Author(s) Examples
Extension of R's core function grid(). This function plots a grid only within the box constraints specified by xlim and ylim. The grid will be drawn to the currently open graphics device.
1 2 |
xlim |
Vector of type double - The bounds along the x axis for the grid. |
ylim |
Vector of type double - The bounds along the y axis for the grid. |
nx |
Integer - Number of vertical lines to be drawn. |
ny |
Integer - Number of horizontal lines to be drawn. Defaults to nx. |
lty |
Integer - Specifies the linetype similarly to R's core function grid(). |
lwd |
Integer - Specifies the linewidth similarly to R's core function grid(). |
col |
Character string - The color to be used for the grid lines. |
No return value.
P.v.W. Crommelin
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.