sc_coord {silicate} | R Documentation |
Coordinate decomposition
Description
Collect all instances of all coordinates in one table. This complementary to the sc_path
of
an object, since the number of coordinates per path gives a structural mapping into this set.
Collect all coordinates in one table, the path_link_vertex table has the information about the original grouping.
Usage
sc_coord(x, ...)
## S3 method for class 'list'
sc_coord(x, ...)
## Default S3 method:
sc_coord(x, ...)
## S3 method for class 'matrix'
sc_coord(x, ...)
## S3 method for class 'ARC'
sc_coord(x, ...)
## S3 method for class 'PATH'
sc_coord(x, ...)
## S3 method for class 'TRI'
sc_coord(x, ...)
## S3 method for class 'PATH0'
sc_coord(x, ...)
## S3 method for class 'SC0'
sc_coord(x, ...)
## S3 method for class 'SC'
sc_coord(x, ...)
## S3 method for class 'sf'
sc_coord(x, ...)
## S3 method for class 'sfc'
sc_coord(x, ...)
## S3 method for class 'pslg'
sc_coord(x, ...)
## S3 method for class 'MULTIPOLYGON'
sc_coord(x, ...)
## S3 method for class 'POLYGON'
sc_coord(x, ...)
## S3 method for class 'MULTILINESTRING'
sc_coord(x, ...)
## S3 method for class 'LINESTRING'
sc_coord(x, ...)
## S3 method for class 'MULTIPOINT'
sc_coord(x, ...)
## S3 method for class 'POINT'
sc_coord(x, ...)
## S3 method for class 'Spatial'
sc_coord(x, ...)
## S3 method for class 'Polygons'
sc_coord(x, ...)
## S3 method for class 'Lines'
sc_coord(x, ...)
Arguments
x |
input model |
... |
arguments passed to methods |
Value
data frame of all the coordinates in the order they occur
See Also
sc_path
for the central part of the model, sc_object
for
the features, and PATH
for the full model.
sc_path
for the central part of the model, sc_object
for
the features, and PATH
for the full model.
Examples
sc_coord(minimal_mesh)
sc_coord(SC(minimal_mesh))
[Package silicate version 0.7.1 Index]