I am trying to run a .csv that labels species by number, set the Query_column to the column name and the Query to the number. Background points are created, nFold numbers assigned, predictor layer values are extracted for each point. Everything is happy until the map making step of Maxent and I get the error:
R Processing launched asynchronously WrapMaxent.r
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
An error was encountered in the R script for this module.
The R error message is below:
Error in `[<-`(`*tmp*`, 1:nrow(input), 1:ncol(input), value = c("", "Original Feld Data", : subscript out of bounds
Calls: FitModels
In addition:
The data types are all numbers, there's no NAs for any predictor values, the points overlap, everything appears ok. I don't know where else to look for the problem. I made a csv with all the species because I was hoping to automate with the Explore part to cycle through all my species by IDs. That wasn't working so I started just going one by one in the Query column but get this new, unexplainable error.
Any advice or guesses as to the cause are welcome. Thanks in advance!