[BioC] boxplot labels vertical?
Cei Abreu-Goodger
cei at ebi.ac.uk
Thu Aug 19 12:23:37 CEST 2010
try:
Data <- ReadAffy()
boxplot(Data, las=2)
and further help under:
?par
Andrew Einhorn wrote:
> 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]]
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
More information about the Bioconductor
mailing list