Which is the parameter that is used to decrease the size of ylabs plotted in biplot? I tried playing with cex and cex.lab I am not getting it right pc <- princomp(USArrests) biplot(pc, xlabs = rep("", nrow(USArrests)),ylabs=(colnames(USArrests))) Thanks../Murli [[alternative HTML version deleted]]
?biplot indicates cex= controls the size of the point labels. Is that what you want? I suspect not since you say you've tried it so if its something that ?biplot does not answer you may need to examine the source. Enter this into R to display the source: stats:::biplot.default On 9/5/06, Nair, Murlidharan T <mnair at iusb.edu> wrote:> Which is the parameter that is used to decrease the size of ylabs > plotted in biplot? I tried playing with cex and cex.lab I am not getting > it right > > > > pc <- princomp(USArrests) > > biplot(pc, xlabs = rep("", nrow(USArrests)),ylabs=(colnames(USArrests))) > > > > Thanks../Murli > > > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >
cex works for me. On Tue, 5 Sep 2006, Nair, Murlidharan T wrote:> Which is the parameter that is used to decrease the size of ylabs > plotted in biplot? I tried playing with cex and cex.lab I am not getting > it right > > pc <- princomp(USArrests) > > biplot(pc, xlabs = rep("", nrow(USArrests)),ylabs=(colnames(USArrests))) > > Thanks../Murli-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595