search for: carapwid

Displaying 2 results from an estimated 2 matches for "carapwid".

2011 Jan 16
1
Displaying ylab in mfrow
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 individuals", xlab="", xlim =c(15,85), ylab="April 2007")) - Kumar -- Section of Integrative Biology University of Texas at Austin Austin, Texas 78712, USA [[alternative HTML version deleted]]
2011 Jan 17
2
How to still processing despite bug errors?
...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 individuals", xlab="", xlim > > =c(15,85), ylab="April 2007")) > > Your code is neither reproducible nor minimal. > And it doesn't look as though it would produce > anything like what y...