Can you show us what you tried and how it differs from what you expect?

The boxplot function calculates the summaries, then calls the bxp function to 
do the plotting.  So you should be able to create a list similar to what 
boxplot does that you can then pass directly to bxp.  If you have tried this 
and it is not working, then it is difficult for us to guess where the problem 
is without some idea of the code you are using and the error you are getting.

-- 
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111


> -----Original Message-----
> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-
> project.org] On Behalf Of Matthew Vernon
> Sent: Friday, December 17, 2010 6:06 AM
> To: r-h...@stat.math.ethz.ch
> Subject: [R] box-and-whisker plots based on summary not data
> 
> Hi,
> 
> Is it possible to produce box-and-whisker plots given that I have the
> median, interquartile and 5/95th centile values, but not the data from
> which they come? It seems that it ought to be possible to coerce bxp
> to do what I want, but I can't quite see how.
> 
> Thanks,
> 
> Matthew
> --
> Matthew Vernon, Research Fellow
> Ecology and Epidemiology Group,
> University of Warwick
> http://blogs.warwick.ac.uk/mcvernon
> 
> ______________________________________________
> R-help@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.

______________________________________________
R-help@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.

Reply via email to