Description Usage Arguments Author(s) Examples
This function returns a data frame with the column number (x), row number (y) and cell value (z) of each pixel in a raster.
1 2 3 4 5 | aue.image2df(
mat,
origin = c("upperleft", "lowerleft"),
out = c("data.frame", "matrix")
)
|
mat |
Input raster matrix. |
origin |
Origin of the reference for the coordinates. Default: upperleft. |
out |
output format: "data.frame" (default) or "matrix". |
Leandro Roser learoser@gmail.com
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.