You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi @eggsale,
Your post is a bit old and I don't know if you found your answer, but if other people with the same problem stumble on this post like I did, here is the solution.
Essentially the FIELDimaR.Extra was updated and the fun parameter in fieldInfo_extra needs a string or vector so you need to write fun=mean. Unfortunately the genereal FIELDimageR turorial was not updated to reflect this, but you can find the info in the FIELDimageR.extra repo
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
The text was updated successfully, but these errors were encountered: