sample_stack {mlr3spatial}R Documentation

Sample Points in Raster Stack

Description

Samples n points of a raster stack.

Usage

sample_stack(stack, n = 100)

Arguments

stack

(terra::SpatRaster)
Raster stack.

n

(integer(1))
Number of points.

Value

sf::sf


[Package mlr3spatial version 0.6.0 Index]