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
xofplot.- y
The argument
xofplot.- ndec
A numeric vector. The numbers of decimal places to which to round the five number summaries. If
ndecis a scalar then this value is used for both axes.- type
Argument
typeused in the call tofive_numberto estimate the 25%, 50% and 75% quantiles.- na.rm
A logical scalar. If true, any
NAand NaNs are removed before the sample quantiles are computed.- ...
Further arguments to be passed to
plot.
