[R] Boxplot 5% and 95% quantile instead of 25% and 75%

2008-08-21 Thread Joris Meijerink
Hi, I'm new to the whole R-thing as a replacement for Matlab, not disappointed sofar ;) I found out how to make nice looking boxplots, but i also would like the make a boxplot with 5% and 95% instead of the standard 25 and 75% quantiles. My csv input looks something like: LOCATION

Re: [R] Boxplot 5% and 95% quantile instead of 25% and 75%

2008-08-21 Thread Thomas Adams
Joris, I found this (http://ceae.colorado.edu/~balajir/r-session-files/) on the web. It will do exactly what you want. Get the files: myboxplot-stats.r myboxplot.r Leesferry-mon-data.txt = example data The usage is: #Boxplots #Source the ‘myboxplot’ codes from Balaji’s directory.

Re: [R] Boxplot 5% and 95% quantile instead of 25% and 75%

2008-08-21 Thread Frank E Harrell Jr
Joris Meijerink wrote: Hi, I'm new to the whole R-thing as a replacement for Matlab, not disappointed sofar ;) I found out how to make nice looking boxplots, but i also would like the make a boxplot with 5% and 95% instead of the standard 25 and 75% quantiles. My csv input looks something