Displaying 1 result from an estimated 1 matches for "this_ylab".
Did you mean:
this_xlab
2012 Jul 03
1
Problem using mtext to write onto a jpeg
Dear all,
I am trying to write figures directly to a file using the jpeg() function.
this_ylab=expression(paste("P",sep="")~lambda)
this_xlab=expression(rho)
jpeg("file_name.jpeg",width=100,height=100,units="mm",res=300)
plot(input_values,output_values,pch=16,cex=cex_pt,xlab="",frame.plot=T,ann=F,axes=F)
axis(side=2)
axis(side=1,labels=T,xl...