layer_to_vector {starsExtra} | R Documentation |
Get stars
layer values as vector
Description
Extracts the values of a single layer in a stars
object to a vector. Cell values are ordered from top-left corner to the right.
Usage
layer_to_vector(x, check = TRUE)
Arguments
x |
A raster (class |
check |
Whether to check (and fix if necessary) that input has one attribute, one layer and x-y as dimensions 1-2 (default is |
Value
A vector with cell values, ordered by rows, starting from the top left corner (north-west) and to the right.
Examples
data(dem)
v = layer_to_vector(dem)
v
[Package starsExtra version 0.2.8 Index]