try something like this:
x <- rnorm(1)
# op <- par(mar=c(2,2,2,2), oma=c(0,0,0,0)+.8)
op <- par(mar=c(2, 2, 2, 2), oma=c(0,0,0,0)+.8)
layout(matrix(c(
4, 4, 4, 4, 4, 4,
2, 2, 2, 3, 3, 3,
1, 1, 1, 3, 3, 3,
1, 1, 1, 3, 3, 3,
The code I'm using is shown below.
I would like to have a larger median at the top of the plot so that I can show
the entirity of "title_text".
Several times I tried messing with "par(mar", but that seemed to make matters
worse.
By any chance can anyone provide any insight as to the best
2 matches
Mail list logo