Learn R Programming

silicate (version 0.7.1)

sc_object: 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, ...)

# 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, ...)

Value

data frame of the object values

Arguments

x

input object

...

arguments passed to methods

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

Run this code
sc_object(minimal_mesh)
sc_object(SC0(minimal_mesh))

Run the code above in your browser using DataLab