Learn R Programming

icosa (version 0.11.1)

facelayer-class: 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.

Value

A facelayer class object.

Arguments

gridObj

(hexagrid or trigrid) The linked grid object.

value

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

Examples

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

Run the code above in your browser using DataLab