I have beautiful box and whisker charts formatted with lattice, which is
obviously calculating summary statistics internally in order to draw the
charts. Is there a way to dump the associated summary tables that are being
used to generate the charts? Realize I could use tapply or such to get
something similar, but I have all the groupings and such already configured
to generate the charts. Simply want to dump those values to a table so that
I don't have to interpolate where the 75th percentile is on a visual chart.
Appreciate any thoughts..