manualrotate: Manual calculation of land cover changes

View source: R/manualrotate.R

manualrotateR Documentation

Manual calculation of land cover changes

Description

The manualrotate function analyzes land cover changes based on two raster files from the CropScape. The analysis is done in three steps. At step 1, the two raster files are converted to data tables. At step 2, the two data tables are merged together based on their coordinates. The coordinates without macthes are discarded during the merging process. At step 3, the merged data are aggregated by counting the number of pixels for each land cover change group.

Usage

manualrotate(datat1, datat2)

Arguments

datat1

A raster file.

datat2

A raster file.

Value

The function returns a data frame.


CropScapeR documentation built on Feb. 16, 2023, 9:32 p.m.