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
I've just been using makeVoronoiPolygons, but it failed the first time around as I passed an inla.segment object as the boundary argument, as stated in the docs. It looks like it actually wants a SpatialPolygons* object, since it needs the projection etc.
I think it's just an issue with the docs, since it seems to work fine when I pass a SpatialPolygons object
The text was updated successfully, but these errors were encountered:
Hey @fshearer,
I've just been using
makeVoronoiPolygons
, but it failed the first time around as I passed aninla.segment
object as theboundary
argument, as stated in the docs. It looks like it actually wants aSpatialPolygons*
object, since it needs the projection etc.I think it's just an issue with the docs, since it seems to work fine when I pass a
SpatialPolygons
objectThe text was updated successfully, but these errors were encountered: