discolor {ursa} | R Documentation |
Destroy color table for raster images.
Description
If raster's categories are integer or numeric, then raster values are restored from names of categories. Otherwise only category names are dropped.
Usage
discolor(obj, nodata = NA)
Arguments
obj |
Object of class |
nodata |
Numeric. Flag value for "no-data". If |
Value
Object of class ursaRaster
without color table.
Author(s)
Nikita Platonov platonov@sevin.ru
Examples
session_grid(NULL)
a <- colorize(pixelsize(),ncolor=7)
print(ursa_colortable(a))
print(a)
b <- discolor(a)
print(ursa_colortable(b))
print(b)
[Package ursa version 3.10.4 Index]