xylowess.fnc: Trellis scatterplot with smoothers

Description Usage Arguments Value Author(s) See Also Examples

Description

Convenience function for trellis scatterplots with smoothers added.

Usage

1
2
3
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.

...

Arguments to be passed to methods.

Value

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

Author(s)

R. H. Baayen

See Also

See also xyplot.

Examples

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)

languageR documentation built on May 2, 2019, 10:02 a.m.