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

2008-08-21 Thread Joris Meijerink
tnx for the nice sollutions, I'll look into them because they look much prettier then my current sollution, quick and durty I replaced some lines in boxplot$stats with the following: #replace quantile for (i in 1:12) { z$stats[1,i] <- max(reeks$VALUE * match(reeks$MONTH, i), na.rm = TRUE)

[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: LOCATIONFILTE