#' Function vecToVer #' #' @export vecToVer <- function (x, y, z) c(sapply(1:length(x), function(i) c(x[i], y[i], z[i])))
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.