scatterhist | R Documentation |
This generates a scatter plot histogram.
scatterhist(x, y, xlab = "", ylab = "")
x |
An object |
y |
An object |
xlab |
A label |
ylab |
A label |
A scatter plot histogram based on two given parameters and their respective labels.
## Not run: scatterhist(ddt$LENGTH, ddt$WEIGHT, xlab = "Length", ylab = "Weight")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.