Learn R Programming

NetLogoR (version 1.0.5)

extent,worldNLR-method: Bounding box and extent methods for NetLogoR classes

Description

Same as sp::bbox and raster::extent.

Usage

# S4 method for worldNLR
extent(x, ...)

# S4 method for agentMatrix extent(x, ...)

Value

bbox returns a two-column matrix; the first column has the minimum, the second the maximum values; rows represent the spatial dimensions. extent returns an SpatExtent object from the package terra.

Arguments

x

object deriving from class "agentMatrix", or a "worldMatrix" or "worldArray"

...

Ignored.

See Also

bbox(), coordinates()