saveIntoFile: Save Particles Dispersion 3D Array to tiff file
Description
Save into tiff file particles dispersion 3D array from toxicIntensity.
The output is a RasterStack with a layer per time unit with projection set to CRS="+proj=longlat +datum=WGS84"
Usage
saveIntoFile(objectL, objectT, filename = "ParticlesDispersion.tif", format = "GTiff", overwrite = T)
Arguments
objectL
a Landscape object
objectT
a 3D array particles dispersion indexed by time
format
output format (default=GTiff)
overwrite
if True overwrite filename
Value
a RasterStack object