I know how to get superscripted text in a plot lable using parse or expression when I want to put X raised to the Y, e.g.
plot(c(1,2),c(1,2),type='n',xlab=expression("example " (m^2)))
this works fine, as per these these pages
How do I include a superscript to texts on a plot on R?
But I want to have a lable that reads (^o C) where ^o is the raised degree symbol. trying to delete the m part always gives me an error:
unexpected '^'