here is the solution if anyone is interrested

barchart(V5 ~ V3 | V1 * V2 , data = t,groups = V4, layout = c(1,6),
auto.key = list(space = "right"), ylab = "Makespan")

Regards



2014/1/14 Adel ESSAFI <adeless...@gmail.com>

> Hello list
> I have the following data in file in attachment.
> in want to draw bars for every value of V5 in finction of V3
> grouped by V2*V1. however, each unique value
> of V4, V2 and V1 I want to draw a bar.
>
> This example is very close to want I want to do. but
> here, for each value of V3, barchart draws 2 superimposed  bar.
> How to do to make them one beside another.
>
>
> Thanks
>
>
> t=read.table("actual")
> barchart( V5 ~ V3 | V2 * V1,t)
>
>
>
>


-- 
PhD candidate in Computer Science
Address
3 avenue lamine, cité ezzahra, Sousse 4000
Tunisia
tel: +216 97 246 706 (+33640302046 jusqu'au 15/6)
fax: +216 71 391 166

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to