getVecGroup <- function (x) { out <- numeric(x) for (l in 0:(x-1)){out[l + 1] <- 2^l} out }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.