panel.be {Rfwdmv} | R Documentation |
This function is intended to be used in the panel argument of fwdmvPrePlot
. It computes a bivariate ellipse for the given panel.
panel.be(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 ellipse. |
a list with elements x and y giving the points of the ellipse.
Kjell Konis
data(heads.dat) fwdmvPrePlot(heads.dat, panel = panel.be)