[R] Displaying ylab in mfrow

2011-01-16 Thread Kumar Mainali
Dear R users, I cannot display ylab with the following code while trying to stack 7 rows of 3 histograms each. Thanks in advance! par(mfrow=c(7,3)) par(mar=c(2,2,2,2)) par(oma=c(5,5,0,0)) with (newdata - subset(table, Month1 == 1), hist(newdata$CarapWid, breaks=5*(0:80), col=gray80, main=All

Re: [R] Displaying ylab in mfrow

2011-01-16 Thread Peter Ehlers
On 2011-01-15 18:54, Kumar Mainali wrote: Dear R users, I cannot display ylab with the following code while trying to stack 7 rows of 3 histograms each. Thanks in advance! par(mfrow=c(7,3)) par(mar=c(2,2,2,2)) par(oma=c(5,5,0,0)) with (newdata- subset(table, Month1 == 1),