Entering edit mode
balag Ganesan
▴
140
@balag-ganesan-3020
Last seen 10.2 years ago
Dear allI am running R2.6.2 in Mac OS X 10.4.11.
Here is my sessionInfo.
> sessionInfo()
R version 2.6.2 (2008-02-08)
powerpc-apple-darwin8.10.1
locale:
en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] tools stats graphics grDevices utils datasets
methods
base
other attached packages:
[1] actinos1a520465fcdf_1.16.0 affy_1.16.0
preprocessCore_1.0.0
[4] affyio_1.6.1 Biobase_1.16.2
>
I am trying to draw boxplots using the "bitmap()" function. Very
frustratingly I am never able to get the labels accommodated into the
entire
image. The labels are always truncated.
Commands I am using now:
> bitmap("foo2.bmp")
> boxplot(data.frame(pmdata),las=2)
> dev.off()
I am unable to find any options in the bitmap() help in R.
Any suggestions?
Regards
BALA.
[[alternative HTML version deleted]]