here it is the data.frame I actually have
Mp Id1 Arbre_1 Id2 Arbre2
1 69 500 66 555
2 68 435 66 243
3 72 246 70 184
4 59 112 64 128
5 63 200 64 199
6 54 378 55 178
I'd like to reorganize it like this
Mp ID Arbre
1 69 500
1 66 555
2 68 435
2 66 243
3 72 246
3 70 184
4 59 112
4 64 128
5 63 200
5 64 199
6 54 378
6 55 178
I really have no idea how to do that, I'm new in the stackoverflow community so if something's wrong with my post tell me, I will know for the next time