Hi R users

I need to specify some parameter input in plot code to move Y text label to
left.

plot(temp, develo_rate, xlab = expression(paste("Temperature (C"^o,")")),
    ylab = expression(paste("Development rate (d"^-1,")")),las=1,pch=19,
    xlim=c(0,32),ylim=c(0,0.03),xaxs = "i", yaxs = "i")

Plot result is added.

any help?

Ivan

<<attachment: scater_temp_desen_rate.png>>

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to