Displaying 1 result from an estimated 1 matches for "tp4339152p4339152".
2012 Jan 29
1
height of plots
...reens
for (i in 1:12)
{
if (i<11)
{
screen(i)
plot(1:10,xaxt='n', xlab='', ylab='')
box()
}else{
screen(i)
plot(1:10, xlab='', ylab='', cex=0.75)
box()
}
}
Thanks
Sharad
--
View this message in context: http://r.789695.n4.nabble.com/height-of-plots-tp4339152p4339152.html
Sent from the R help mailing list archive at Nabble.com.