ras2colmx: Convert raster to bycol-matrix

View source: R/ras2colmx_function.R

ras2colmxR Documentation

Convert raster to bycol-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 column after column from top to bottom (bycol)

Usage

ras2colmx(ras)

Arguments

ras

Input raster object

Value

Matrix (cell order bycol)

Author(s)

Nikolai Knapp

Examples

in progress

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