Description Usage Arguments Value Examples
This functions reads in to vectors of the same size and plots them on a scatter plot. It also creates a histogram on each axis of the scatter plot.
1 | scatterhist(x, y, xlab = "", ylab = "")
|
x |
a vector of values |
y |
a vector of values |
xlab |
a label for the x axis |
ylab |
a label for the y axis |
Scatter plot with frequency of points on each axis
1 | x = c(1,2,3,3,5); y = c(1,2,3,4,4); scatterhist(x, y, xlab = "x-axis", ylab = "y-axis")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.