ras2rowmx: Convert raster to byrow-matrix

View source: R/ras2rowmx_function.R

ras2rowmxR Documentation

Convert raster to byrow-matrix

Description

Convert a raster with origin in lower left corner to a matrix with origin in upper left corner and with cell order filling row after row from left to right (byrow)

Usage

ras2rowmx(ras)

Arguments

ras

Input raster object

Value

Matrix (cell order byrow)

Author(s)

Nikolai Knapp

Examples

in progress

niknap/slidaRtools documentation built on Oct. 16, 2024, 3:53 p.m.