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 labe |
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.