Nothing
dcardio <- function(x, m, rho, rads = FALSE, logden = FALSE) {
if ( !rads ) x <- x * pi/180
den <- -log(2 * pi) + log1p( 2 * rho * cos(x - m) )
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.