toxicIntensity(objectL, ...)
"toxicIntensity"(objectL, toxic_emission, mintime = 1, maxtime = 60, size_raster = 2^10, kernel = "NIG", kernel.options = list(a1 = 0.2073, a2 = 0.2073, b1 = 0.3971, b2 = 0.3971, b3 = 0.0649, theta = 0), beta = 0.4, alpha = list(minalpha = 0.1, maxalpha = 0.95, covariate_threshold = 30, simulate = T, covariate = NULL))(default = list(minalpha=0.1,maxalpha=0.95,covariate_threshold=30,simulate=TRUE,covariate=NULL))
The dispersion kernel by default is Normal Inverse Gaussian kernel ("NIG" function). Currently, two others are implemented "geometric" (with parameter a) and "2Dt" kernels (with parameters a, b, c1, c2).
Local intensity depends of beta and alpha parameters. Beta represents the toxic adherence between [0,1].
Alpha represents a list of parameters of the lost of toxic particules due to covariates (precipitation).
There are two configurations to integrate the loss in the function :
(i) simulating covariate (simulate=TRUE) or (ii) uploading covariate (simulate=FALSE).
The covariate is linked to the loss by a linear regression with paramaters minalpha, maxalpha, covariate_threshold.