powered by
Extract or Change the Names of the Tiles in a Tessellation.
tilenames(x) tilenames(x) <- value
A tessellation (object of class "tess").
"tess"
Character vector giving new names for the tiles.
tilenames returns a character vector.
tilenames
These functions extract or change the names of the tiles that make up the tessellation x.
x
If the tessellation is a regular grid, the tile names cannot be changed.
tess, tiles
tess
tiles
# NOT RUN { D <- dirichlet(runifpoint(10)) tilenames(D) tilenames(D) <- paste("Cell", 1:10) # }
Run the code above in your browser using DataLab