pp.data <-
function (data.vector, log.of.data)
{
`if`(log.of.data,
return(logb(data.vector)),
return(data.vector))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.