search for: expprho

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

Did you mean: experto
2005 Apr 22
1
Expression in panel.text
...mat.pval(curr.cor$p.value, eps = 0.01, digits=2) exprrho <- substitute(rho == crho, list(crho=crho)) exprpv <- substitute(italic(p) == cpv, list(cpv=cpv)) panel.text(-2, 2, label=exprrho) panel.text(2, 2, label=exprpv) }) The two expressions (expprho and exprpv) plot as expected on a normal text() call but in the panels, all that appears at the coordinates is "==". This is the first element in exprrho; other than that, I can't figure out what is going wrong. Any suggestions? Thanks in advance. David > version...