scatterhist | R Documentation |
Scatter histogram
scatterhist(x, y, xlab = "", ylab = "")
x |
X variable as a vector |
y |
Y label as a vector |
xlab |
X-axis label |
ylab |
Y-axis label |
A sophisticated plot
## Not run: with(ddt, scatterhist(LENGTH,WEIGHT, xlab="LENGTH"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.