Learn R Programming

SEHmodel (version 0.0.10)

saveIntoFIle: Save Particles Dispersion 3d Array to tiff file

Description

Save into tiff file particles dispersion 3d array from toxicIntensity. Output a RasterStack with a layer by time step 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
filename
output file name
format
output format (default=GTiff)
overwrite
if True overwrite filename

Value

  • RasterStack