Nothing
expected <-
function(x){
if(!is.matrix(x)){stop("Must be a matrix")}
rtot <- margin.table(x, 1)
ctot <- margin.table(x, 2)
tot <- margin.table(x)
outer(rtot, ctot, "*")/tot
}
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.