Nothing
dvm <- function(x, m, k, rads = FALSE, logden = FALSE) {
if ( !rads ) x <- x * pi/180
den <- k * cos(x - m) - log(2 * pi) - log( besselI(k, 0, expon.scaled = TRUE) ) - k
if ( !logden ) den <- exp(den)
den
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.