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"
# NOT RUN {data(maize_65)
ti<-toxicIntensity(maize.landscape,maize.emitted_pollen)
saveIntoFile(maize.landscape,ti,filename="ParticlesDispersion.tiff",format="GTiff",overwrite=T)
# }