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]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to