“Error in f(…) : argument ”table.theme“ is missing, with no default” when using ggpmisc's annotate function for a table object

前端 未结 0 595
时光说笑
时光说笑 2020-12-18 00:50
library(ggpmisc)

ggplot(Table, aes(x = Date, y = Value, group = Group)) + 
   geom_line(size = 0.2) +
   scale_y_continuous("Value") +
   scale_x_date(&qu         


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