[R] bwplot title size

g_l glipori at gmail.com
Thu Dec 8 20:35:40 CET 2011


Using the statement below to draw a plot. The title size doesn't seem to
change regardless of what value I put in for cex.main. How do I reduce the
size of the title?


#print distributions by Month
bwplot(RoomsInUse  ~ Hour | Month, scales=list(x=list(rot=90)),
  horizontal=FALSE,las=2,main=title,sub=tag,xlab="Hour of Day",
  ylab="Rooms Running",cex.sub = 0.5, cex.main = 0.5,
cex.axis=0.5,data=df.final,as.table=TRUE,
  layout=c(2,3))
  

--
View this message in context: http://r.789695.n4.nabble.com/bwplot-title-size-tp4173955p4173955.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list