facelayer-class: A 'facelayer' linked to a 'trigrid' or 'hexagrid' object

facelayer-classR Documentation

A facelayer linked to a trigrid or hexagrid object

Description

The grids themselves are scaffolds for the assigned data. The data are stored in containers which are linked to the grids.

Arguments

gridObj

(hexagrid or trigrid) The linked grid object.

value

(logical,numeric or character) The facelayer will be initialized with these values/this value

Value

A facelayer class object.

Examples

g <- trigrid(c(4,4))
fl <- facelayer(g, 1:length(g))
# faces3d(fl)

adamkocsis/icosa documentation built on April 16, 2023, 10:05 p.m.