simple.scatterplot | R Documentation |
Shows scatterplot of x vs y with histograms of each on sides of graph. As in the example from layout.
simple.scatterplot(x, y, ...)
x |
data vector |
y |
data vector |
... |
passed to plot command |
Returns the plot
John Verzani
layout
x<-sort(rnorm(100)) y<-sort(rt(100,3)) simple.scatterplot(x,y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.