Entering edit mode
5.9 years ago
mra8187
▴
20
Dear all i need to get R squared value in scatter plot in cummeRbund? how can i get that thanks
Dear all i need to get R squared value in scatter plot in cummeRbund? how can i get that thanks
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Looks like plots are created using ggplot2, maybe use
myPlot + annotate("text", ...)
, see the manual: