[R] twoord.plot y lab size

Peter Ehlers ehlers at ucalgary.ca
Fri Oct 23 15:13:03 CEST 2009


For now, you might be able to use par(las=1). You may have
to make enough margin room with par(mar=...) and you'll
probably want to set ylab="" and add the y-label with
mtext().

  -Peter Ehlers

Jim Lemon wrote:
> On 10/22/2009 10:26 PM, Jacob Kasper wrote:
>> I am using twoord.plot and my Y axis units on the left y overlap. I tried
>> using cex.axis in my par command but that only adjusted the x units, 
>> not the
>> y. cex.axis in twoord.plot did not help. How do I adjust Y units in the
>> twoord.plot?
>> example:
>> twoord.plot (lx=myear, ly=z, rx=myear, ry=sta,xlim=c(1985,2010),
>> xlab="Year",ylab="Individuals",
>> rylab="# Stations")
>>    
> Hi Jacob,
> While there is no way to do this in the current version, the upcoming 
> version 2.7-2 will have an "axislab.cex" argument that allows control of 
> the axis and tick labels. Thanks for the idea.
> 
> Jim
> 
> ______________________________________________
> R-help at 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.
> 
>




More information about the R-help mailing list