scatterhist | R Documentation |
Title Scatter Histogram
scatterhist(x, y, xlab = "", ylab = "")
x |
vector |
y |
vector |
xlab |
string |
ylab |
string |
scatterhist(c(1,5,8,7),c(7,2,9,3),"x-axis","y-axis")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.