scatterhist | R Documentation |
Scatter Histogram
scatterhist(x, y, xlab = "", ylab = "")
x |
X variable as a vector |
y |
Y variable as a vector |
xlab |
X label |
ylab |
Y 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.