Include facet_wrap in R line plot

前端 未结 0 712
生来不讨喜
生来不讨喜 2021-01-12 20:16

I have the following code to plot a line graph:

df %>% pivot_longer(-Client) %>%
  ggplot(aes(x=name,y=value,color=factor(Client),group=factor(Client)))         


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