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.
manualrotate(datat1, datat2)
The function returns a data frame.
A raster file.
A raster file.