search for: 301c311

Displaying 1 result from an estimated 1 matches for "301c311".

Did you mean: 301,311
2002 Sep 16
0
mosaicplot enhancements (PR#2023)
..., adj=.5, cex=.66, this.lab) --- > srt=srt.y, adj=adj.y, cex=cex.axis, this.lab) 148a154,158 > > ## Calculate string rotation for different settings of las: > srt.x <- if(las > 1) 90 else 0 > srt.y <- if(las == 0 || las == 3) 90 else 0 > 301c311 < srt = 90, cex = 0.66) --- > srt = 90, cex = cex.axis) 304,313c314,341 < if (!is.null(main) || !is.null(xlab) || !is.null(ylab)) < title(main, xlab=xlab, ylab=ylab) < < mosaic.cell(Ind, < x1=50, y1=5, x2=950, y2=950, &...