sc_coord | R Documentation |
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 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, ...)
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.
sc_coord(minimal_mesh) sc_coord(SC(minimal_mesh))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.