powered by
Convenience function for trellis scatterplots with smoothers added.
xylowess.fnc(fmla, data, span = 2/3, symbolcolor = "darkgrey", linecolor = "blue", xlabel = "", ylabel = "", ...)
A trellis scatterplot matrix with smoothers is shown on the graphics device.
A formula.
A dataframe.
Span for the smoother.
Color for plot symbols.
Color for smoother.
Label for horizontal axis.
Label for vertical axis.
Arguments to be passed to methods.
R. H. Baayen
See also xyplot.
xyplot
if (FALSE) { data(weightRatings) xylowess.fnc(Rating ~ Frequency | Subject, data = weightRatings, xlab = "log Frequency", ylab = "Weight Rating") }
Run the code above in your browser using DataLab