library(distributions)
dist = Lognormal.Distribution()
test.rands = rlnorm(6)
cbind(test=calculate.density(dist, test.rands),
check=dlnorm(test.rands))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.