write_scales | R Documentation |
This function saves each uncoupled scale as file
write_scales(
x = NULL,
buffer.names = NULL,
format = "GTiff",
path = NULL,
overwrite = T,
bylayer = F,
...
)
x |
an output of decouple function or a list of raster files |
buffer.names |
a vector of names same length as buffer scales or number of raster files on the list to be saved. If null, rasters will be saved as layers names. |
format |
one of the valids output in rgdal package or raster native defaults. For details, see raster::writeRaster help. |
path |
a path to save raster. Working directory is the default |
overwrite |
a boolean whether to overwrite files. TRUE by default |
bylayer |
a boolean whether to save files by layers in raster file. See bylayer in raster::writeRaster. |
... |
any other convinient param from raster::writeRaster |
Wilson Frantine-Silva
decouple, raster::writeRaster, raster::writeFormats
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.