On this sample plot
plot(1:10)
I would like to place three separate lines in the bottom right area:
slope=xx
P=yy
R^2=zz
With a superscript ‘2’ in R^2. I’ve tried a few things using text and bquote, but I can’t get it all to work. Does anyone know how to do this?