[R] Box Plot Text

Peter Alspach PAlspach at hortresearch.co.nz
Tue Aug 19 04:37:37 CEST 2008


Michael

set.seed(1)
boxplot(list(A=rnorm(50, 2), B=runif(50)*2))
text(2, 3, 'Text here')

Presumably this is not what you mean.  Can you be a little more
explicit?

Peter Alspach 

> -----Original Message-----
> From: r-help-bounces at r-project.org 
> [mailto:r-help-bounces at r-project.org] On Behalf Of Michael Grant
> Sent: Tuesday, 19 August 2008 1:24 p.m.
> To: r-help at r-project.org
> Subject: [R] Box Plot Text
> 
> Is there a easy way to insert text inside a boxplot as can be 
> done with plot using text(...)?
> 
>  
> 
> Thanks,
> 
> MCG
> 
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide 
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
> 

The contents of this e-mail are privileged and/or confidential to the named
 recipient and are not to be used by any other person and/or organisation.
 If you have received this e-mail in error, please notify the sender and delete
 all material pertaining to this e-mail.



More information about the R-help mailing list