polymer: Polymer

View source: R/polymer.R

polymerR Documentation

Polymer

Description

Convert a collection of sf data frame polygon layers to a single pool of triangles.

Usage

polymer(...)

Arguments

...

sf polygon data frame inputs

Details

Each triangle is identified by which path in the inputs it belongs to. None of this is very useable yet. Holes can be identified but aren't at the moment, any path that is a hole is identified per triangle.

input is a list with all input objects primitives is the triangulation object geometry_map is the paths with their row count index is the mapping between triangle and path/s

Value

a polymer, see details

Examples

polymer(A, B, C)

mdsumner/polymer documentation built on Feb. 5, 2024, 4:55 p.m.