classify_cells_by_polygon: Classify raster cells by polygons

View source: R/classify_cells_polygon.R

classify_cells_by_polygonR Documentation

Classify raster cells by polygons

Description

from polygons, copy the first column of data for every cell the cells and grid MUST match, but the polygons can be in any projection Make sure the polygons have the first column as the classifier you want

Usage

classify_cells_by_polygon(cells, grid, polygons)

Arguments

cells

raster cell index

grid

raster for the cells

polygons

SpatialPolygonsDataFrame


AustralianAntarcticDivision/aceecostats documentation built on June 6, 2024, 6:24 a.m.