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