Changing wide to long table using tidyr

前端 未结 0 862
迷失自我
迷失自我 2020-12-17 08:53

I have a data frame in the form shown below:

structure(list(y_green = c(4.6, 4.7, 9, 6.7, 6.2, 7.7), y_red = c(8.3, 
9, 10, 8.3, 7.8, 9.1), y_blue = c(4.6, 2.         


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