Learn R Programming

silicate (version 0.7.0)

sc_coord: 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 list sc_coord(x, ...)

# S3 method for default sc_coord(x, ...)

# S3 method for matrix sc_coord(x, ...)

# S3 method for ARC 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 pslg 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, ...)

Value

data frame of all the coordinates in the order they occur

Arguments

x

input model

...

arguments passed to methods

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

Run this code
sc_coord(minimal_mesh)
sc_coord(SC(minimal_mesh))

Run the code above in your browser using DataLab