Entering edit mode
Andrew Einhorn
▴
80
@andrew-einhorn-4221
Last seen 10.2 years ago
i'm using the boxplot function on an affybatch object. it does the
boxplot
nicely, but because the labels are longish (5 chars), it doesn't print
all
of them out. i tried using the argument srt=90 but it's not working.
any
ideas why this is and/or how to fix it?
Data <- ReadAffy()
boxplot(Data, srt=90)
[[alternative HTML version deleted]]