search for: xax1

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

Did you mean: max1
2009 Mar 21
1
Forestplot () box size question
...ticks <- c(exp(clip[1]), ticks) if (max(upper, na.rm = TRUE) > clip[2]) ticks <- c(ticks, exp(clip[2])) xax <- xaxisGrob(gp = gpar(cex = digitsize, col = col$axes), at = log(ticks), name = "xax") xax1 <- editGrob(xax, gPath("labels"), label = format(ticks, digits = 2)) grid.draw(xax1) } } else { if (is.null(xticks)) { grid.xaxis(gp = gpar(cex = digitsize, col = col$axes)) } else if (length(xticks)) {...