View source: R/myscatterhist.R
scatterhist | R Documentation |
my scatter histogram
scatterhist(x, y, xlab = "", ylab = "")
x |
variable containing x values |
y |
variable containing y values |
xlab |
label |
ylab |
label |
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.