powered by
Convenience function for trellis scatterplots with smoothers added.
xylowess.fnc(fmla, data, span = 2/3, symbolcolor = "darkgrey", linecolor = "blue", xlabel = "", ylabel = "", ...)
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.
A trellis scatterplot matrix with smoothers is shown on the graphics device.
See also xyplot.
xyplot
# NOT RUN { data(weightRatings) xylowess.fnc(Rating ~ Frequency | Subject, data = weightRatings, xlab = "log Frequency", ylab = "Weight Rating") # }
Run the code above in your browser using DataLab