Displaying 1 result from an estimated 1 matches for "mydatausegroup".
2006 Nov 17
3
Trellis Plot Labels
Hello everyone,
I am ploting a groupeddata object with formula:
formula(mydatausegroup)
BF ~ HO | ID/Infar/Day
Using this command:
plot(na.omit(mydatausegroup), displayLevel=2,layout=c(10,2),aspect=2)
This trellis plot does almost what I want and produces a 10x2 trellis plot, each panel is labeled
as ID/Infar where infarct is either 1 or 0. And in each panel, it plots BF vs HO for...