Hi I am trying to created a logi.hist.plot using the package popbio but the second y-axis label seems to be encroaching on the axis ticks. Here is the code I am using:
molters
logiplot<-logi.hist.plot(elevations,molters,boxp=FALSE,type="hist",col="gray",xlab="Elevation (Km)",scale.hist=3,intervalo=.1,ylabel="Probability of Molting",ylabel2="Frequency of Molting Wilson's warbler",counts=F)
I really just need to move the second y-axis label right a bit. Any help is much appreciated.