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.
sc_coord(x, ...)# S3 method for default
sc_coord(x, ...)
# S3 method for matrix
sc_coord(x, ...)
# S3 method for PATH
sc_coord(x, ...)
# S3 method for TRI
sc_coord(x, ...)
# S3 method for PATH0
sc_coord(x, ...)
# S3 method for SC0
sc_coord(x, ...)
# S3 method for SC
sc_coord(x, ...)
# S3 method for sf
sc_coord(x, ...)
# S3 method for sfc
sc_coord(x, ...)
# S3 method for MULTIPOLYGON
sc_coord(x, ...)
# S3 method for POLYGON
sc_coord(x, ...)
# S3 method for MULTILINESTRING
sc_coord(x, ...)
# S3 method for LINESTRING
sc_coord(x, ...)
# S3 method for MULTIPOINT
sc_coord(x, ...)
# S3 method for POINT
sc_coord(x, ...)
# S3 method for Spatial
sc_coord(x, ...)
# S3 method for Polygons
sc_coord(x, ...)
# S3 method for Lines
sc_coord(x, ...)
input model
arguments passed to methods
data frame of all the coordinates in the order they occur
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.
# NOT RUN {
sc_coord(minimal_mesh)
sc_coord(SC(minimal_mesh))
# }
Run the code above in your browser using DataLab