Possible Duplicate:
Draw bloxplots in R given 25,50,75 percentiles and min and max values
I have a number of sets of summary statistics from various datasets: max, min, mean, median etc. I'd like to plot box-plots of these - or at least, similar plots to boxplots (I don't have UQ and LQ stats, although it may be possible to get those).
I don't have the original data, so I can't just use the boxplot
function in R. Is there an easy way to do this in R when you just have the summary statistics? If not, is there an easy way to do this using another free tool?