cast_packing_poly: Cast a polygon created with 'create_poly_packings' as an SF...

Description Usage Arguments Value Examples

View source: R/cast-sf.R

Description

Cast a polygon created with create_poly_packings as an SF object

Usage

1
cast_packing_poly(poly_packing)

Arguments

poly_packing

polygon created with create_poly_packings as an SF object

Value

SF object

Examples

1
2
packed_poly <- create_poly_packings(areas = c(1:2), n_points = 3)
cast_packing_poly(packed_poly)

njtierney/ishihara documentation built on May 31, 2020, 9:01 a.m.