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.

sc_object(x, ...)

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

# S3 method for sf
sc_object(x, ...)

# S3 method for sfc
sc_object(x, ...)

# S3 method for 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)
#> # A tibble: 2 × 1
#>       a
#>   <int>
#> 1     1
#> 2     2
sc_object(SC0(minimal_mesh))
#> # A tibble: 2 × 2
#>       a topology_        
#>   <int> <named list>     
#> 1     1 <tibble [12 × 3]>
#> 2     2 <tibble [4 × 3]>