Displaying 1 result from an estimated 1 matches for "xxxgroupeddata".
2005 Dec 09
1
lattice legend colors recycling sooner than expected
....par.set(superpose.symbol = list(col=rainbow(15)))
plot(groupedData(y ~ x | groups, data=z))
# each dot in the plot has a different color, but colors in legend
# still recycle every 8 points; e.g. cyan, violet, and blue aren't in legend.
in case this is an nlme issue, i examined the three
plot.XXXGroupedData methods, but could not find any obvious fixes.
is there a simple way of having auto.key "know" how many color entries
it should have?
alejandro