Message-ID: <eb555e660809241156v475dde0frce3713357cb24198@mail.gmail.com>
Date: 2008-09-24T18:56:04Z
From: Deepayan Sarkar
Subject: lattice xyplot symbols instead of colors and legend matching plot symbols or colors
In-Reply-To: <c502a9e10809241015l7ab88ee5h8827991eb1cb0304@mail.gmail.com>
On Wed, Sep 24, 2008 at 10:15 AM, stephen sefick <ssefick at gmail.com> wrote:
> I would like to use the data below where the plots are close to what I
> want. Instead of color I would like to use different symbols, and
> have the symbols in the legend match the graphs. I am also going to
See ?simpleTheme
> add a regression line to these I know about the type="r" (which is
> fine for these particular graphs) argument, but it fits the subsets
> instead of the entire data set-- should I use a list of regression
> fits in the order of the arguments in an abline panel to do this?
See ?packet.number, or
http://www.r-project.org/conferences/useR-2007/program/presentations/sarkar.pdf
for more general approaches.
-Deepayan