mpr {heR.Misc}R Documentation

Create multiple plots containing line fits

Description

Create multiple plots each containing a least squares fit – based on variates in two data frames

Usage

mpr(x, y, ...)

Arguments

x a dataframe object containing key, or independent, variate(s)
y a dataframe object containing response, or dependent, variate(s)
... additional graphical parameters for plot

Details

Multiple panels of scatter plots are created with least square linear fits of the y's versus the corresponding x's. The variate names are used to label each figure with the fitting information placed in each plot's main title area.

Trellis plots, which are available in the lattice R package, provide better and more functionality for creating panels of plots.

Value

Invoked for the side effect of producing plots

Author(s)

Neil E. Klepeis
neil AT exposurescience DOT org
http://klepeis.net


[Package heR.Misc version 0.0.4 Index]