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") -- Jacob Kasper http://twitter.com/Protect_Oceans 66°04' N 23°07' W Coastal & Marine Management Master's Student University Centre of the Westfjords Sundstræti 14 37 Devens Rd Ísafjörður, 400 Swampscott, MA 01907 Iceland USA +354 456 0195 [[alternative HTML version deleted]]
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