Description Usage Arguments Value Author(s) References Examples
Generate a scatterplit and histograms along the x and y margins of the plot.
1 | scatterhist(x, y, xlab = "", ylab = "", ...)
|
x |
Data to be plotted along the x axis. |
y |
Data to be plotted along the x axis. |
xlab |
x axis label. Default is empty character. |
ylab |
y axis label. Default is empty character. |
... |
additional parameters passed to plot. |
Used for its side effect.
Ken Kleinman
From http://sas-and-r.blogspot.co.uk/2011/06/example-841-scatterplot-with-marginal.html
1 2 3 | x <- rnorm(1:100)
y <- rnorm(1:100)
scatterhist(x,y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.