Description Usage Arguments Value Examples
A function for making a scatter histogram graph
1 | scatterhist(x, y, xlab = "", ylab = "")
|
x |
The independent variable |
y |
The dependent variable |
xlab |
The x-axis label |
ylab |
The y-axis label |
A histogram made from barplots
1 | ## Not run: scatterhist(150, 300, "X Label", "Y Label")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.