tile.lengths | R Documentation |
Computes the length of each tile in a tessellation on a linear network.
tile.lengths(x)
x |
A tessellation on a linear network
(object of class |
A tessellation on a linear network L
is a partition of the
network into non-overlapping pieces (tiles). Each tile consists of one
or more line segments which are subsets of the line segments making up
the network. A tile can consist of several disjoint pieces.
This command computes the length of each of the tiles
that make up the tessellation x
.
The result is a numeric vector.
A numeric vector.
.
lintess
X <- runiflpp(5, simplenet)
A <- lineardirichlet(X)
plot(A)
tile.lengths(A)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.