bwplot | R Documentation |
Scatterplot with black-and-white style
bwplot( x, y = NULL, ..., type = "p", hlines = NULL, hlines.col = "lightgray", hlines.lty = 1, hlines.lwd = 1, vlines = NULL, vlines.col = "lightgray", vlines.lty = 1, vlines.lwd = 1, xat = NULL, yat = NULL, axis.col = "lightgray", bgcolor = "gray99", pch = 21, bg = "lightblue", col = "black", v_over_h = FALSE )
x |
Coordinates of points in the plot |
y |
Coordinates of points in the plot (optional) |
... |
Optional graphics arguments |
None.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.