powered by
Create Tessellations From SF Object
ar_tessellate(.data, shape = "square", size = 1)
An object of class sf to tessellate from
sf
One of 'square' or 'hexagon', the shape to make tessellations from
Numeric multiplier for size of tessellations, default is one kilometer
A sf object
# NOT RUN { ar_tessellate(ar_stl_wards) ar_tessellate(ar_stl_wards, shape = "hexagon", size = .75) # }
Run the code above in your browser using DataLab