search for: changetext

Displaying 1 result from an estimated 1 matches for "changetext".

2013 Oct 10
2
Help with expression()
Hi everyone, I am hoping someone can help with my attempted use of the expression function. I have a long series of text and variable to paste together including a degree symbol. The text is to be placed on my scatter plot using the mtext function. Using expression like this: changetext = expression(paste("Change from ",mini," to ", maxi, ":", diff ,degree,"C",collapse="")) does not evaluate my user defined variables - mini,maxi, and diff - just printing them out as words Using expression like this: changetext = paste("Chan...