Nothing
library(student) doPDF <- FALSE
We start by considering the following setup in the homogeneous case, that is, when all marginal distributions are equal.
d <- 5 a <- rep(0, 5)
if(doPDF) pdf(file = (file <- paste0("fig_.pdf")), width = 6, height = 6) plot(1:10, 10:1) if(doPDF) dev.off()
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.