Nothing
effectsSelect <-
function (nloc, max.level = NULL, max.dom = NULL, effects = NULL)
{
if (is.null(effects))
return(effectsNamesGeneral(nloc, max.level, max.dom))
effects <- effects[sapply(effects, statusMaxLevel, max.level)]
effects <- effects[sapply(effects, statusMaxDom, max.dom)]
return(effects)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.