[R] biplot label size
Gabor Grothendieck
ggrothendieck at gmail.com
Wed Sep 6 02:59:36 CEST 2006
?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.
>
More information about the R-help
mailing list