R.DLNORM(x,logmean,logsd,give_log)
x: observation
logmean: mean of the underlying normal distribution
logsd: standard deviation of the underlying normal distribution
give_log: if true, log of the result will be returned instead
This function returns the probability density function of the log-normal distribution.