View source: R/statisticalDiagram.R
| changeLabelName | R Documentation | 
Change Label Names
changeLabelName(x, labels, add = FALSE)
| x | A character vector | 
| labels | A list | 
| add | A logical | 
labels=list(X="skeptic",Mi="empathy",Y="intervention",W="frame")
x=c("skeptic","test","empathy","skeptic:frame")
changeLabelName(x,labels)
changeLabelName(x,labels,add=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.