Re: [R] Display Median in plot

2009-07-02 Thread Steve Lianoglou
Hi, I drew a plot with R of my data and now I would like to display the median values of each group above the respective datapoint in the plot. I already search for ages, but maybe I am just blind. I am sure that this has to be an option somewhere... Perhaps we could provide better input

Re: [R] Display Median in plot

2009-07-02 Thread David Winsemius
If ?text does not answer the question, then you should post an example that illustrates the problem. -- DW On Jul 2, 2009, at 8:46 AM, Christian Eisen wrote: Hi, I drew a plot with R of my data and now I would like to display the median values of each group above the respective datapoint i

[R] Display Median in plot

2009-07-02 Thread Christian Eisen
Hi, I drew a plot with R of my data and now I would like to display the median values of each group above the respective datapoint in the plot. I already search for ages, but maybe I am just blind. I am sure that this has to be an option somewhere... I appreciate any kind of input! Best, C