R.DPOIS(x,lambda,give_log)
x: observation
lambda: the mean of the distribution
give_log: if true, log of the result will be returned instead
This function returns the probability density function of the Poisson distribution.
R.PPOIS, R.QPOIS.