Re: [R] barchar or barp on multiple data

2014-01-15 Thread Adel ESSAFI
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 > Hello list > I have the following data in file in attachment. > in want to draw bars for ever

Re: [R] barchar or barp on multiple data

2014-01-14 Thread Adel ESSAFI
Ok, I put here the data exported with dput(). structure(list(V1 = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L,

Re: [R] barchar or barp on multiple data

2014-01-14 Thread John Kane
http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example No data. The list strips off most files. If you want to send data give the file a .txt suffix but it is much better to supply the output of dput() . John Kane Kingston ON Canada > -Original Message