ar_tessellate {areal}R Documentation

Create Tessellations From SF Object

Description

Create Tessellations From SF Object

Usage

ar_tessellate(.data, shape = "square", size = 1)

Arguments

.data

An object of class sf to tessellate from

shape

One of 'square' or 'hexagon', the shape to make tessellations from

size

Numeric multiplier for size of tessellations, default is one kilometer

Value

A sf object

Examples

ar_tessellate(ar_stl_wards)

ar_tessellate(ar_stl_wards, shape = "hexagon", size = .75)


[Package areal version 0.1.8 Index]