Displaying 1 result from an estimated 1 matches for "cs5bis".
Did you mean:
5bis
2004 Apr 10
1
adding text in (pair) panels (splom)
Hi,
I would like to add text in each panel got from the following:
splom(~Cs5bis,
panel=function(x,y,...){
panel.xyplot(x,y,...)
panel.abline(lm(y~x),...)
})
This could be a correlation coefficient or the statistical significance of the correlation or both, or a star if p < 0.05, etc...
The function text() is useless (probably because I cannot pass appropriates coordinates...