On Mon, Mar 24, 2014 at 6:03 PM, Rich Shepard <rshep...@appl-ecosys.com> wrote: > On Thu, 20 Mar 2014, Gabor Grothendieck wrote: > >> opar <- par(pin = c(5, 2)) >> plot(~ s95.z$Se, main = "something", xlab = "Year", ylab = "Concentration >> (mg/L)") >> par(opar) > > > Is there a way to have the ylab value displayed on the plot rather than > x1? Nothing I see in ?plot or ?title suggests it is ineffective with zoo > objects. >
Please provide this in reproduble form by displaying the output of dput(head(s95.z)) ______________________________________________ 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.