Add number of points in topright of each plot in ggplot

后端 未结 0 1329
北海茫月
北海茫月 2020-12-13 04:13

Is it possible to add number of points (as text in top right) inside each plot in R.

Thanks

library(tidyverse)

a <- rnorm(100, mean = 0, sd = 1)
b          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题