Re: [R] GGplot2 stat_summary

2016-08-17 Thread PIKAL Petr
unibe.ch > Sent: Wednesday, August 17, 2016 4:46 PM > To: r-help@r-project.org > Subject: [R] GGplot2 stat_summary > > Hello guys > > I have a melted dataset that has 36 different time series included. With > stat.summary() I added the mean. The problem is that these 36 time

[R] GGplot2 stat_summary

2016-08-17 Thread maettuw
Hello guys I have a melted dataset that has 36 different time series included. With stat.summary() I added the mean. The problem is that these 36 time series do not have the same length. Therefore I would like to plot the mean only for the length that the shortest of these 36 time series has. E