Using base graphics in R, how can I add superscripts to axis labels, as one might want to when plotting latitude and longitude axes on a map.
Consider this example:<
This is a quick example
plot(rnorm(30), xlab = expression(paste("4"^"th")))