scatterhist | R Documentation |
scatter histogram
scatterhist(x, y, xlab = "", ylab = "")
x |
a vector of numbers |
y |
a vector of numbers |
xlab |
X label |
ylab |
Y label |
a 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.