Skip to contents

sf methods for Domain and Mesh classes.

Usage

# S3 method for Domain
st_as_sf(x, ...)

# S3 method for Domain
st_as_sfc(x, ...)

# S3 method for Mesh
st_as_sfc(x, ...)

# S3 method for Domain
st_crs(x, ...)

# S3 method for Domain
st_crs(x) <- value

Arguments

x

An object of class Domain or Mesh.

...

Arguments passed to the corresponding sf method

value

The value to be assigned. See the documentation of the corresponding sf function for details.

Value

All methods return the same type of object of the corresponding sf method.