Skip to contents

Defines the spatial extent of a raster dataset using coordinates for the west, east, south, and north boundaries.

Usage

WhiteboxExtent(
  west = numeric(0),
  east = numeric(0),
  south = numeric(0),
  north = numeric(0)
)

Arguments

west

double Western boundary coordinate

east

double Eastern boundary coordinate

south

double Southern boundary coordinate

north

double Northern boundary coordinate