genereateLabelsByGroup | R Documentation |
Generate label based on group
genereateLabelsByGroup(label = NULL, ...)
label |
Number of elements in label vector should be the same with total group number |
... |
one or more group vector |
n.group = c("N1", "N2", "N3", "N4")
t.group = c("T1", "T2")
m.group = c("M1", "M2", "M1")
labels <- genereateLabelsByGroup(c("N","T", "M"), n.group, t.group, m.group)
table(labels)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.