View source: R/write_cont_tiff.R
write_cont_tiff | R Documentation |
Writes a continuous raster file in .tiff format with the correct raster attribute table information to be read by ESRI ArcGIS products.
write_cont_tiff(cont_raster, out_dir, out_name)
cont_raster |
raster::Raster*; A continuous 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 continuous raster to a file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.