Skip to content
Prev 106315 / 398506 Next

Distance between x-axis values and title

--- "Viechtbauer Wolfgang (STAT)"
<Wolfgang.Viechtbauer at STAT.unimaas.nl> wrote:

            
?mpg probably
Is this what you want 

catb <- c( 1,2,3,4,5,6)
dogb <- c(2,4,6,8,10, 12)
plot(catb,dogb, mgp=c(3,1,0))
# vs
plot(catb,dogb, mgp=c(2,1,0))