rs_reclass | R Documentation |
Divide values of a raster object into bins of a given width.
rs_reclass(x, binwidth = 100, right = FALSE, col_name = "zone", ...)
x |
A raster object. |
binwidth |
The width of the bins. |
right |
Should bin intervals be closed on the right? See |
col_name |
Name of the classified variable. |
... |
Other arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.