scatterhist | R Documentation |
Scatter Histogram
scatterhist(x, y, xlab = "", ylab = "")
x |
the x parameter, a vector |
y |
the y parameter, a vector |
xlab |
the x label |
ylab |
the y label |
A plot, a scatter histogram
## 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.