Nothing
optimumplotsize <-
function(a, b)
{
pow <- 1 / (2*b + 2)
x0 <- (a^2 * b^2 * (2*b + 1) / (b + 2))^pow
return(as.vector(x0))
}
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.