Description Usage Arguments Value See Also Examples
This function returns the unique values in a RasterLayer object or the unique combinations of the layers in a multilayer object.
1 2 3 4 5 |
x |
Raster object |
incomparables |
must be missing. The default value |
na.last |
logical. for controlling the treatment of |
progress |
character. Use "text" or "window" for a progress indicator |
... |
additional arguments. as in |
vector or matrix
1 2 3 4 |
Loading required package: sp
[1] 0 1 2 3 4 5 6 7 8 9 10
sh: 1: awk: Permission denied
sh: 1: awk: Permission denied
sh: 1: awk: Permission denied
layer.1 layer.2
[1,] 2 1
[2,] 8 4
[3,] 1 0
[4,] 0 0
[5,] 5 2
[6,] 6 3
[7,] 3 2
[8,] 4 2
[9,] 7 4
[10,] 9 4
[11,] 10 5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.