Skip to content
Prev 18797 / 63461 Next

Overlaying lattice plots

Excellent, thanks man!
Rich 

-----Original Message-----
From: ernesto [mailto:ernesto at ipimar.pt] 
Sent: 20 December 2005 10:32
To: Hillary, Richard M; Iago Mosqueira; Mailing List R; R-devel
Subject: Re: Overlaying lattice plots
Hillary, Richard M wrote:

            
panel?
Hi Richard,

If you want to plot both datasets on the same plot just make use of the
xyplot for FLQuants, something like

flqs <- FLQuants(list(pred=pred.quant, res=res.quant)) xyplot(data~age,
data=flqs)

now tune it the way you want and change the formula to fit your needs.

Regards

EJ

ps: I'm cc'ing this to the mailing lists, I find it usefull for others.