mplot
to plot growth curves and identify outliers. When outliers are
clicked on, and if id is specified, the corresponding growth curve is highlighted.
If id is not specified the selected point is highlighted. Use right-click to exit.plotclean(x, y, id = NULL, data = parent.frame(), n = length(x),
par.out = list(pch = 20), ...)
x
, y
and id
.par
) may also be supplied as arguments
for lines and points, particularly line type, lty, line width, lwd and color, col.plotclean
returns either a vector rows
(if data is not specified) or a list:data
consisting of rows rows
,
and columns id
, x
and y
.plotclean(age, height, id, heights)
Run the code above in your browser using DataLab