powered by
sf
trigrid
hexagrid
Add a sf object to a predefined slot in a trigrid or hexagrid object
newsf(x, res = NULL)# S4 method for trigrid newsf(x, res = NULL)
# S4 method for trigrid newsf(x, res = NULL)
A trigrid or hexagrid object with the new @sf slot.
@sf
(trigrid or hexagrid) An icosahedral grid.
(numeric) The number of points inserted between two vertices, passed to SpPolygons.
numeric
SpPolygons
a<-trigrid(4) a<-newsf(a) plot(a)
Run the code above in your browser using DataLab