Landscape-save-tiff: Save Particles Dispersion 3D Array to tiff file

Description Usage Arguments Value Examples

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

1
2
3
4
5
6
7
saveIntoFile(
  objectL,
  objectT,
  filename = "ParticlesDispersion.tif",
  format = "GTiff",
  overwrite = TRUE
)

Arguments

objectL

a Landscape object

objectT

a 3D array particles dispersion indexed by time (output from toxicIntensity)

filename

output file name (default "ParticlesDispersion.tif")

format

output format (default=GTiff)

overwrite

if TRUE overwrite file (default TRUE)

Value

a RasterStack object

Examples

1
2
3
4
5
6
## Not run: 
data(maize_65)
ti <- toxicIntensity(maize.landscape,maize.emitted_pollen)
saveIntoFile(maize.landscape,ti,filename="ParticlesDispersion.tiff",format="GTiff",overwrite=T)

## End(Not run)

briskaR documentation built on Dec. 11, 2021, 9:23 a.m.