search for: labelscale

Displaying 1 result from an estimated 1 matches for "labelscale".

2009 Jan 02
1
How to capture multiple graph pages to .png ?
...in(16,length(unique(miniDataSet$splitCol)))) } levelplot(dataCol ~ siteX * siteY | splitCol,data = miniDataSet, col.regions=rainbow(n=length(unique(miniDataSet$dataCol))+5,start=0.5,end=0.95), layout = maxLayout, shrink = c(0.6,1.1),at = keyCols,xlab=list(label=xlab,cex=labelScale), ylab=list(label=ylab,cex=labelScale),scales = list(cex=axisScale), main=list(label=paste(dataCol,plotTitle,splitCol), cex=titleScale),colorkey=list(labels=list(cex=labelScale))) if(!is.na(plotFileName)) dev.off() If I keep the code exactly as is, it will...