Displaying 1 result from an estimated 1 matches for "oplabel".
Did you mean:
o_label
2006 Mar 02
0
Combining plaintext and plotmath expressions
...Defects
I read in the strings, and use one at a time in the variable "parmlabel".
I have another variable called "testlabel" which I also need to concatenate, and can be things like "distance" or "E-test". Sometimes I also concatenate another variable "oplabel" when the variable "op" is not zero-length.
I have kludged a solution using this function:
expr.label<-function(title=""){
## single quote the character # so that it is not interpreted as a comment
parmlabel<-gsub("#","'#'",cfg$parmlab...