manualrotate | R Documentation |
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)
datat1 |
A raster file. |
datat2 |
A raster file. |
The function returns a data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.