Description Usage Arguments Value Author(s) See Also Examples
Convenience function for trellis scatterplots with smoothers added.
1 2 3 | xylowess.fnc(fmla, data,
span = 2/3, symbolcolor = "darkgrey",
linecolor = "blue", xlabel = "", ylabel = "", ...)
|
fmla |
A formula. |
data |
A dataframe. |
span |
Span for the smoother. |
symbolcolor |
Color for plot symbols. |
linecolor |
Color for smoother. |
xlabel |
Label for horizontal axis. |
ylabel |
Label for vertical axis. |
... |
Arguments to be passed to methods. |
A trellis scatterplot matrix with smoothers is shown on the graphics device.
R. H. Baayen
See also xyplot
.
1 2 3 4 5 6 | ## Not run:
data(weightRatings)
xylowess.fnc(Rating ~ Frequency | Subject, data = weightRatings,
xlab = "log Frequency", ylab = "Weight Rating")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.