convert_dummy_variable | R Documentation |
convert_dummy_variable
convert_dummy_variable(y)
y |
a vector of numeric or character |
ggplot2 object
Xiaotao Shen shenxt1990@outlook.com
y = c(rep("a", 3), rep("b", 3))
convert_dummy_variable(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.