[R] Setting plot() parameters

Gabor Grothendieck ggrothendieck at gmail.com
Mon Mar 24 23:12:15 CET 2014


On Mon, Mar 24, 2014 at 6:03 PM, Rich Shepard <rshepard at 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))




More information about the R-help mailing list