Displaying 1 result from an estimated 1 matches for "nbfirstbrood".
Did you mean:
nbfirstbroods
2011 Dec 06
2
axis thickness in plot()
...because i've already setup my graph script using that
i thought i could use axis() function and specify lwd="thickness" or
lwd.axis= but that does not work like it does for lwd.ticks
If anyone has an idea, sincerely
heres the script
windows(width=7,height=7)
plot(data$Winter,data$NbFirstBroods,ylab="number of breeding
pairs",xlab="winter
harshness",cex=1.5,cex.lab=1.5,cex.axis=1.5,font.axis=2,axes=FALSE)
points(data$Winter,data$NbFirstBroods,cex=1.5,col="black",pch=19)
abline(lm(data$NbFirstBroods~data$Winter),col="red",lwd=4)
i tried axis(1, lwd...