## File Name: rm_facets_center_value.R
## File Version: 0.04
rm_facets_center_value <- function(x, value=0)
{
y <- x + value - mean(x, na.rm=TRUE)
return(y)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.