Closed aleshins closed 5 years ago
Hello,
stat_summary only does one type of summary at a time. For want you want to do, you would need to do it in two steps with different data selected using 'subset' with IDX, and using update(). I'm not 100% sure it would work for the different colors though...
Mixing different types of error bars in the same graph is probably not the best idea anyway ;)
I have 3 variables X,Y, and IDX if I do the following:
I have a nice plot with SEM's. But i want to have the plot, where IDX == 1 has SEM error bars and IDX ==2 have STD error bars. Is it possible?