View source: R/write_cat_tiff.R
write_cat_tiff | R Documentation |
Writes a categorical raster file in .tiff format with the correct raster attribute table information and compression to be read by ESRI ArcGIS products.
write_cat_tiff(cat_raster, out_dir, out_name)
cat_raster |
raster::Raster*; A categorical raster. |
out_dir |
character; A path to a folder. |
out_name |
character; A file name. |
This function is used for the side-effect of writing a categorical raster to a file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.