OpenDroneMap / FIELDimageR

FIELDimageR: A R package to analyze orthomosaic images from agricultural field trials. This package is a compilation of functions to analyze pos-mosaicking images from research fields, and allows to: crop the image; remove soil effect; build vegetation indices; rotate the image; build the plot shapefile; extract information for each plot; and evaluate stand count, canopy percentage, and plant height.
GNU General Public License v2.0
230 stars 89 forks source link

Problem in Section 9 #63

Open eggsale opened 4 months ago

eggsale commented 4 months ago

Hi Filipe,

When I am using EX1.Shape<- fieldInfo_extra(mosaic = CHVM$newMosaic$height, fieldShape = EX1.Shape, fun=mean) script, it showed Error in match(x, table, nomatch = 0L) : 'match' requires vector arguments. And I tried to run fieldshape and set it again, but still got this problem. Could you tell me how to solve this promblem?

Thank you, COCO