[R] fontsize in mosaic plot lables

Patrick Connolly PConnolly at hortresearch.co.nz
Wed Sep 19 23:14:33 CEST 2007


> From: r-help-bounces at r-project.org 
> [mailto:r-help-bounces at r-project.org] On Behalf Of 
> Alexander.Herr at csiro.au
> Sent: Wednesday, 19 September 2007 2:04 p.m.
> To: r-help at stat.math.ethz.ch
> Subject: [R] fontsize in mosaic plot lables
> 
> Hi List,
> 
> I am trying unsucessfully to modify the fontsize of lables in mosaic:
> 
> 
> require(vcd)
> mosaic(Titanic, pop=FALSE,
> labeling_args=list(rot_labels=c(bottom=90,top=90),
>       set_varnames = c(Sex = "Gender"),
>           gp_text=gpar(fontsize=20))) #can't get it to resize text
> 
> tab <- ifelse(Titanic < 6, NA, Titanic)
> # it works for labeling_cells
> labeling_cells(text = tab, margin =
> 0,gp_text=gpar(fontsize=20))(Titanic)
> 
> What am I doing wrong?

The mosaic function isn't part of lattice.  Try cex.axis in a more or
less normal way instead of gpar settings.  

HTH

___________________________________________________________________
The contents of this e-mail are privileged and/or confidential to the
named recipient and are not to be used by any other person and/or
organisation. If you have received this e-mail in error, please notify
the sender and delete all material pertaining to this e-mail.



More information about the R-help mailing list