# NOT RUN {
data(maize_65)
data(maize.emitted_pollen)
raster.size <- 1024
tox <- toxicIntensity(maize.landscape,maize.emitted_pollen,
mintime=1,maxtime=61,size_raster=raster.size)
# plot particles dispersion at time 30
image(x=1:raster.size, y=1:raster.size, z=tox[30,,])
# plot the landscape and the pollen dispersion at time 61
plot(maize.landscape,objectT=tox,time=61)
# }
Run the code above in your browser using DataLab