Produces a scatter plot in which the axes are labelled with the respective five number summaries of the horizontal and vertical axis data.
Arguments
- x
The argument
x
ofplot
.- y
The argument
x
ofplot
.- ndec
A numeric vector. The numbers of decimal places to which to round the five number summaries. If
ndec
is a scalar then this value is used for both axes.- type
Argument
type
used in the call tofive_number
to estimate the 25%, 50% and 75% quantiles.- na.rm
A logical scalar. If true, any
NA
and NaNs are removed before the sample quantiles are computed.- ...
Further arguments to be passed to
plot
.