Displaying 1 result from an estimated 1 matches for "centegrade".
2010 Jun 13
1
losing line of mtext when saving to png format
...ot;, xaxt="n", yaxt="n",cex=.75)
axis(1, at=1:12,labels=as.character(mydata$kel), cex.axis=.75)
axis(3, at=1:12, labels=as.character(mydata$cent), cex.axis=.75)
mtext(side = 1, line=2, text="Degrees Kelvin",cex=.75 )
mtext(side = 3, line=2, text="Degrees Centegrade",cex=.75 )
mtext(side=3, line=4, text="Room Temperature", font=2, cex=.85)
# dev.off()
par(opar)
#=================================================================