Skip to contents

R6 class representing a spatial (spatio-temporal) domain

Usage

Domain(x)

# S4 method for list
Domain(x)

# S4 method for pslg
Domain(x)

# S4 method for sfc
Domain(x)

Arguments

x

could be a pslg returned by triangulate, a sfc returned by st_geometry or a named list containing:

  • nodes, a #nodes-by-2 matrix containing the x and y coordinates of the boundary nodes;