Hi Filipe
Thank you for your response, the image is of the exact same field with GCP's flown with the same automated routine as the original. However, I think I have worked it out, you use the shapefile in the extraction of data like this?
EX1.Canopy<-fieldArea(mosaic = EX1.RemSoil$mask, fieldShape = Shapefile, n.core = 8)
EX1.Info<- fieldInfo(mosaic = EX1.Indices,fieldShape = Shapefile, n.core = 8)
If you have added in a data table, does this affect using a shapefile?
DataTable<-read.csv("DataTable.csv",header = T)
fieldMap<-fieldMap(fieldPlot=DataTable$Plot, fieldColumn=DataTable$Block, fieldRow=DataTable$Row)
Jason