scatter | R Documentation |
Produces a scatter plot in which the axes are labelled with the respective five number summaries of the horizontal and vertical axis data.
scatter(x, y, ndec = 1, type = 6, na.rm = FALSE, ...)
x |
The argument |
y |
The argument |
ndec |
A numeric vector. The numbers of decimal places to
which to round the five number summaries. If |
type |
Argument |
na.rm |
A logical scalar. If true, any |
... |
Further arguments to be passed to |
Nothing, just the plot.
x <- rnorm(100)
y <- rnorm(100)
scatter(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.