Cross-tabulate two RasterLayer objects to create a contingency table.
Usage
crosstab(x, y, ...)
Arguments
x
A RasterLayer object
y
A RasterLayer object
...
Additional arguments. See Details
Value
A table
Details
A full call to the crosstab method for a RasterLayer is:
crosstab(x, y, digits=0, progress)rll{
digits Integer. The number of digits for rounding the values before cross-tabulation
progress Character. "text", "window", or "" (the default, no progress bar)
}