Skip to content
Prev 304172 / 398513 Next

Aligning barplot

darnold wrote
Try using t(tmp) when plotting. When you started mucking with that
table-object, it got converted (effectively) to a one row matrix (even
though it retained it "table"-class attribute)  and you need to make it a
one column matrix to get the desired results with barplot().