plotloess: Scatter plot with LOESS line

Description Usage Arguments Examples

View source: R/plotloess.R

Description

This function makes an x-y scatter plot and adds a LOESS line. Used by sim.residplot.

Usage

1
plotloess(x, y = NULL, loess.col = "red", ...)

Arguments

x

Either a data frame with two columns, which will be taken as x and y, or x coordinates

y

If x is not a data frame, y coordinates

loess.col

The colour of the LOESS line

...

Other arguments passed to plot

Examples

1

pcdjohnson/GLMMmisc documentation built on May 24, 2019, 11:40 p.m.