[R] Advanced R: manipulating lists, asking a help with programming

2015-01-22 Thread Kaja
Hello! my question is about a specific problem concerning programming R for that I have not found a solution since 2 weeks (I have seen forums, searched on google, all). The main goal is to remove overlaping events. I have two equal lists of 10 dataframes each (number of rows of these 10 datafram

[R] Barplot -density and multhist x-axis problem

2009-03-11 Thread Honorata Kaja Gajda
Thanks in advance for any help I would like to plot a barplot with probability density instead of count frequencies, as is possible in histograms (freq=FALSE). Is this possible? I have tried the following code: with(center,table(light))->light.table barplot(light.table ,col=brewer, freq=FALSE, be