Displaying 1 result from an estimated 1 matches for "marco2".
Did you mean:
marco
2009 Sep 16
1
expression
/Dear all,///
/I am very thankful, if you could tell what is the right way to write:
mtext(paste(expression("R"^2),round(marco2[1,i],digits=3)," N? of proteins:",marco3[i]),side=4,cex=.6)
in this case the output is:
"R"^2
I tried also in this way:
mtext(paste(expression(paste("R"^2)),round(marco2[1,i],digits=3)," N? of proteins:",marco3[i]),side=4,cex=.6)
the output is:
past...