Message-ID: <87vfv1olaq.fsf@lumen.indyrad.iupui.edu>
Date: 2003-06-19T20:38:05Z
From: Michael A. Miller
Subject: Background color(s) for groupedData plot
In-Reply-To: <940250A9EB37A24CBE28D858EF07774967A937@ws-bco-mse3.milky-way.battelle.org> (David A. Paul's message of "Thu, 19 Jun 2003 14:48:53 -0400")
>>>>> "Paul," == Paul, David A <paulda at battelle.org> writes:
> Is there a convenient way to decide whether or not the
> generic plot( ) is going to use "regular" or "trellis"
> plotting? I looked at methods(plot) and didn't find any
> groupedData plot methods listed, so perhaps this is the
> clue?
It's there, but as the GroupedData methods, not groupedData.
> require(nlme)
> methods(plot)[grep('groupedData',methods(plot),ignore.case=T)]
[1] "plot.nffGroupedData" "plot.nfnGroupedData" "plot.nmGroupedData"
Mike