| mpr {heR.Misc} | R Documentation |
Create multiple plots each containing a least squares fit – based on variates in two data frames
mpr(x, y, ...)
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 |
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.
Invoked for the side effect of producing plots
Neil E. Klepeis
neil AT exposurescience DOT org
http://klepeis.net