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 points pls?
 Thanks a lot.
Lily
NUS

        [[alternative HTML version deleted]]

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to