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
Also, I would like to follow-up another error when using a different code:
Occurrences loading
[1] species longitude latitude
<0 rows> (or 0-length row.names)
Warning message:
In load_occ(path = getwd(), Env, file = "Main_Occurrence_CL.csv", :
You have occurrences that aren't in the extent of your environmental variables, they will be automatically removed !
Hi!
I am trying to model by manually typing in the connsole but I have an issue with using load_occ function.
Occurrences loading
Error in .xyValues(x, as.matrix(y), ...) : xy should have 2 columns only.
Found these dimensions: 850, 0
However, when I load with gui, it doesn't have any error.
I'm using this code:
load_occ(path = getwd(), Env, file = "Main_Occurrence_CL.csv", Xcol = "longitude",
Ycol = "latitude", Spcol = "species", GeoRes = FALSE, verbose = TRUE, GUI = FALSE)
Thank you in advance!
The text was updated successfully, but these errors were encountered: