rcosmo (version 1.1.2)

baseNeighbours: Return neighbours of base pixels

Description

The base-resolution comprises twelve pixels. baseNeighbours returns a map from the base pixel index bp to the vector of base pixels that are neighbours of bp, in counterclockwise order of direction: S,SE,E,NE,N,NW,W,SW. The presence of -1 indicates that the corresponding direction is empty.

Usage

baseNeighbours(bp)

Arguments

bp

The base pixel index

Examples

Run this code
# NOT RUN {
## Return neighbours of base pixel 1
baseNeighbours(1)

## There is no base pixel 14, so baseNeighbours returns NULL
baseNeighbours(14)

# }

Run the code above in your browser using DataCamp Workspace