BINGO
we have the solution
thanks a lot both, Deepayan and Dennis, for your help
Christophe
On Tue, Sep 28, 2010 at 2:10 PM, Deepayan Sarkar
wrote:
> On Tue, Sep 28, 2010 at 12:59 PM, Christophe Bouffioux
> wrote:
> > Thanks for your help Peter
> > but the red marks on boxplot do not correspon
On Tue, Sep 28, 2010 at 12:59 PM, Christophe Bouffioux
wrote:
> Thanks for your help Peter
> but the red marks on boxplot do not correspond to ex2 dataframe
> actually, it reproduce on each panel the same marks
> that is to say the 3 first lines of ex2
> So this is not correct
You are probably lo
Hi:
I did this in ggplot2, which seemed easier than the approach you tried in
lattice's bwplot() - as far as I can tell, you want to plot the unique value
of v1b as a red dot in each boxplot. To that end,
ex <- data.frame(v1 = log(abs(rt(180, 3)) + 1),
v2 = rep(c("2007", "2006", "
Thanks for your help Peter
but the red marks on boxplot do not correspond to ex2 dataframe
actually, it reproduce on each panel the same marks
that is to say the 3 first lines of ex2
So this is not correct
Christophe
On Mon, Sep 27, 2010 at 6:18 PM, Peter Ehlers wrote:
> On 2010-09-27 4:54, Ch
On 2010-09-27 4:54, Christophe Bouffioux wrote:
bwplot(v2 ~ v1 | z, data = ex3, layout=c(3,2),
pch = "|",
par.settings = list(
plot.symbol = list(alpha = 1, col = "transparent",cex = 1,pch = 20)),
panel = function(x, y){
panel.bwplot(x, y)
Hi everybody,
using bwplot for producing panel boxplot with 3 dimensions
i want to add a mark on each boxplot representing one individual (on all its
dimensions)
till now, i didn't succeed getting the desired solution
I want as well to keep the median symbols as a line
Many thanks for your help
c
6 matches
Mail list logo