xylowess.fnc {languageR}R Documentation

Trellis scatterplot with smoothers

Description

Convenience function for trellis scatterplots with smoothers added.

Usage

xylowess.fnc(fmla, data, 
  span = 2/3, symbolcolor = "darkgrey", 
  linecolor = "blue", xlabel = "", ylabel = "")

Arguments

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.

Value

A trellis scatterplot matrix with smoothers is shown on the graphics device.

Author(s)

R. H. Baayen

See Also

See also xyplot.

Examples

## Not run: 
  data(weightRatings)
  xylowess.fnc(Rating ~ Frequency | Subject, data = weightRatings,
    xlab = "log Frequency", ylab = "Weight Rating")
## End(Not run)

[Package languageR version 0.4 Index]