| plothelpers {agsemisc} | R Documentation |
l.resetparams() sets colors and plotting parameters suitable
for document production.
plotfit(fit, ...) plots an lm object
using mfrow=c(2,3)
prepanel.0 Lattice prepanel function that forces that zero be
included on both axes.
Does nothing for non-numeric axes (such as the factor axis in bwplot).
Type the name of a function to see its source code for details.
Lutz Prechelt prechelt@inf.fu-berlin.de
trellis.par.set,
plot.lm,
Lattice,
prepanel.lmline.
data(iris)
a.resetplotparams()
print(bwplot(Species~Sepal.Length, data=iris, panel=panel.bwstrip,
prepanel=prepanel.0))
plotfit(lm(Sepal.Length~Sepal.Width, data=iris))