raster_cut | R Documentation |
raster_cut
raster_cut(
rst,
breaks,
include.lowest = TRUE,
...,
na.rm = TRUE,
verbose = getOption("verbose", default = FALSE)
)
rst |
RasterLayer object |
breaks |
passed to |
include.lowest |
passed to |
... |
passed to |
na.rm |
logical; passed to |
verbose |
logical |
a new RasterLayer object, of the same dimensions, etc., with values cut accordingly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.