Nothing
get_binary_entropy <- H2 <- function(p) {
binary_entropy <- sapply(p, function(p) { get_entropy(c(p, 1-p)) } )
binary_entropy
}
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.