Displaying 1 result from an estimated 1 matches for "issimilar".
Did you mean:
dissimilar
2005 Nov 13
1
How to show numerical values on boxplots
Hi, dear all,
I want to show numerical values with decimal points on the boxplots. Here
is what I did:
For example;
x1<-rnorm(100,2,2); x2<-rexp(100); label<-rep(1:2, rep(100,2))
median<-round(c(median(x1), median(x2)),3)
boxplot(c(x1, x2)~label, medpch=paste(median), medcex=1.2)
It only shows the integers at the median position in the boxplots. How to
make it show more decimal