mva.pairs parameters
2
0
Entering edit mode
Beth Wilmot ▴ 120
@beth-wilmot-38
Last seen 9.6 years ago
Hello, I am using R1.9.1 on Windows 2000. I have been able to change the main title using main="title" but have been unable to change any of the other graph parameters. Specifically, I would like to change the size of the labels inside in the matrix. For example, I use the following and get the same matrix as using the default settings. jpeg(file="array.jpeg") mva.pairs(array[,1:4], cex=.5) dev.off() Thanks, Beth [[alternative HTML version deleted]]
graph graph • 1.2k views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 4 hours ago
United States
Beth Wilmot wrote: > Hello, > > I am using R1.9.1 on Windows 2000. > > I have been able to change the main title using main="title" but have > been unable to change any of the other graph parameters. Specifically, > I would like to change the size of the labels inside in the matrix. For > example, I use the following and get the same matrix as using the > default settings. > > jpeg(file="array.jpeg") > mva.pairs(array[,1:4], cex=.5) > dev.off() Unfortunately all of the label sizes are hard coded. It wouldn't be difficult at all to change it though. You could just copy the code for mva.pairs() and either add a variable for the label sizes so you could change it at will, or you could change the hard coded values to something you think is more reasonable. Save the code somewhere with a .R extension, and source() it back into an R session. > > Thanks, > Beth > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor -- James W. MacDonald Affymetrix and cDNA Microarray Core University of Michigan Cancer Center 1500 E. Medical Center Drive 7410 CCGC Ann Arbor MI 48109
ADD COMMENT
0
Entering edit mode
Beth Wilmot ▴ 120
@beth-wilmot-38
Last seen 9.6 years ago
Works great. Thank you very much. Beth >>> "James W. MacDonald" <jmacdon@med.umich.edu> 12/02 9:10 AM >>> Beth Wilmot wrote: > Hello, > > I am using R1.9.1 on Windows 2000. > > I have been able to change the main title using main="title" but have > been unable to change any of the other graph parameters. Specifically, > I would like to change the size of the labels inside in the matrix. For > example, I use the following and get the same matrix as using the > default settings. > > jpeg(file="array.jpeg") > mva.pairs(array[,1:4], cex=.5) > dev.off() Unfortunately all of the label sizes are hard coded. It wouldn't be difficult at all to change it though. You could just copy the code for mva.pairs() and either add a variable for the label sizes so you could change it at will, or you could change the hard coded values to something you think is more reasonable. Save the code somewhere with a .R extension, and source() it back into an R session. > > Thanks, > Beth > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor -- James W. MacDonald Affymetrix and cDNA Microarray Core University of Michigan Cancer Center 1500 E. Medical Center Drive 7410 CCGC Ann Arbor MI 48109 [[alternative HTML version deleted]]
ADD COMMENT

Login before adding your answer.

Traffic: 599 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