I want add the sign (a), (b), (c) to my figures
a<-rnorm(1000,10,1) plot(a) b<-rnorm(1000,10,10) plot(b) c<-rnorm(1000,1,1) plot(c)