#' @keywords internal
meritlabels <-
function(noitems,ascending=TRUE)
{
prefix <- "i";
if (ascending) suffix <- 1:noitems
else suffix <- noitems:1
labels <- paste(prefix,suffix,sep="")
return(labels)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.