panel.bb {Rfwdmv} | R Documentation |
This function is intended to be used in the panel argument of fwdmvPrePlot
. It computes a bivariate boxplot for the given panel.
panel.bb(x, y, scale = 1)
x |
a numeric vector. |
y |
a numeric vector with the same length as x . |
scale |
a positive numeric value to scale the boxplot contour. |
a list with elements x and y giving the points of the computed contour.
Kjell Konis
data(heads.dat) fwdmvPrePlot(heads.dat, panel = panel.bb)