sc_object {silicate} | R Documentation |
Objects, features
Description
The objects are the front end entities, the usual "GIS contract" objects, or features.
The objects are the front end entities, the usual "GIS contract" objects, the features.
Usage
sc_object(x, ...)
## Default S3 method:
sc_object(x, ...)
## S3 method for class 'sf'
sc_object(x, ...)
## S3 method for class 'sfc'
sc_object(x, ...)
## S3 method for class 'TRI'
sc_object(x, ...)
Arguments
x |
input object |
... |
arguments passed to methods |
Value
data frame of the object values
See Also
sc_coord
for the coordinates part of the model, sc_path
for
the central part of the model, and PATH
for the full model.
sc_coord
for the coordinates part of the model, sc_path
for
the central part of the model, and PATH
for the full model.
Examples
sc_object(minimal_mesh)
sc_object(SC0(minimal_mesh))
[Package silicate version 0.7.1 Index]