Hello! I'm trying my hand at lattice representations; I would like to represent a continuous varaiable as function of 2 factors and therefore use the following: bwplot(x ~f1| f2) which works fine except that it plots black points at the value of the median. How can I remove them? Thanks Anne [[alternative HTML version deleted]]
On Thursday 18 September 2003 10:31 am, Anne Piotet wrote:> Hello! > I'm trying my hand at lattice representations; I would like to represent a > continuous varaiable as function of 2 factors and therefore use the > following: bwplot(x ~f1| f2) which works fine except that it plots black > points at the value of the median. How can I remove them?See help(panel.bwplot). (These parameters can be given in the high-level bwplot call directly) Deepayan