get.xlabel <-
function (data.d)
{
the.xlabel <- attr(data.d, "xlabel")
if (is.null(the.xlabel))
the.xlabel <- data.d$xlabel
if (is.null(the.xlabel))
the.xlabel <- get.x.columns(data.d)
return(the.xlabel)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.