When importing a .tif raster with terra::rast()
, also a colormap is imported. Is there any way to force the function to not import the colormap, or to set it to NULL to use the default plot color palette?
You can see the color table with:
terra::coltab()