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
Argument points in countPPL() accepts only a matrix with the coordinates in the 2nd and 3rd columns. This is because it expects the id of each point to be in the 1st column. It should accept a data.frame with the coordinates in the 1st and 2nd columns.
The text was updated successfully, but these errors were encountered:
Argument
points
incountPPL()
accepts only a matrix with the coordinates in the 2nd and 3rd columns. This is because it expects the id of each point to be in the 1st column. It should accept a data.frame with the coordinates in the 1st and 2nd columns.The text was updated successfully, but these errors were encountered: