V1 V2 V3 V4
Control Control Unknown Unknown
0 2 0 2
66 10 90 70
The rows mean: Experiment, Time, Length, respectively
How would you restructure the above data to look so it looks like the below using melt2?
V1 V2 V3
Control 0 66
Control 2 10
Unknown 0 90
Unknown 2 70
Thanks for your time.
p.s: I am novice programmer trying to learn R