Hello,
I have some problems with my data
My data contains varialbes on Harvesting from 20 plots (field1 to field 20)
on the other side I have those fields measured "Measurment1 to 20
But the values of size of the fields (Area) are not in the correct column.
Do you have a code that I can use to get the "Area" at the right spot, to match the "Harvest" fields so I may be able to compute the yield. Thank you
I have some problems with my data
My data contains varialbes on Harvesting from 20 plots (field1 to field 20)
on the other side I have those fields measured "Measurment1 to 20
But the values of size of the fields (Area) are not in the correct column.
Do you have a code that I can use to get the "Area" at the right spot, to match the "Harvest" fields so I may be able to compute the yield. Thank you
Harvest1 | harvest2 | harvest3 | harvest4 | harvest5 | Area1 | area2 | area3 | area4 | area5 |
1.2 | 2.1 | 2.0 | 1.3 | 1.5 | 1.4 | ||||
1.2 | 1 | 1.2 | 2.1 | ||||||
2 | 1.2 | 1.3 | 1.1 | 1.5 | 1.3 | ||||
1.2 | 1.3 | 1.4 | 2.1 | 1.4 | 1.5 | ||||
1.4 | 1.3 | ||||||||
2 | 2.5 | 2.3 | 1.7 | ||||||
1.3 | 1.3 | 1.1 | 1.4 | 3 | 1.3 | ||||
1 | 1.1 | 1.2 | 1.1 | 1.3 | 1.4 | ||||
1.2 | 1.3 | 1.1 | 1.2 | 1.3 | 1.4 |
Comment