How to fit labels using bitmap
1
0
Entering edit mode
balag Ganesan ▴ 140
@balag-ganesan-3020
Last seen 9.7 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]]
• 680 views
ADD COMMENT
0
Entering edit mode
@henrik-bengtsson-4333
Last seen 11 days ago
United States
1. It's time to update R. 2. See ?par. Changing 'mar' will probably do it for you. /Henrik On Wed, Sep 10, 2008 at 2:56 PM, balag Ganesan <bala.g at="" aggiemail.usu.edu=""> wrote: > 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]] > > _______________________________________________ > 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 >
ADD COMMENT
0
Entering edit mode
Hi Henrik'mar' did it - I had to set my bottom margin to 9 but it works. There was no need to update R. Thank you very much. BALA. On Thu, Sep 11, 2008 at 12:24 PM, Henrik Bengtsson <hb@stat.berkeley.edu>wrote: > 1. It's time to update R. > 2. See ?par. Changing 'mar' will probably do it for you. > > /Henrik > > On Wed, Sep 10, 2008 at 2:56 PM, balag Ganesan <bala.g@aggiemail.usu.edu> > wrote: > > 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]] > > > > _______________________________________________ > > Bioconductor mailing list > > Bioconductor@stat.math.ethz.ch > > https://stat.ethz.ch/mailman/listinfo/bioconductor > > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor > > > [[alternative HTML version deleted]]
ADD REPLY

Login before adding your answer.

Traffic: 650 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6