I'm trying to create a ggplot
and add results of a correlation test I have done.
Something along the lines of:
p+annotate("text",x=12.5,y=15.25,label=c(cor.test$estimate,cor.test$p.value))
I keep getting error messages no matter what I try. Any ideas?