Description Usage Arguments Details Value Examples
make.label
Mainly used to prettyfy the rownames of anova tables.
1 2 | make.label(x, l = list(l1 = c("_", " at "), l2 = c(":",
" interaction with "), l3 = c(".", " ")))
|
x |
Character |
l |
List Each first element is gsubised by the second element of the list |
Replace with gsub
function each first element of l[[i]]
by the second element of l[[i]]
for each element of x.
A character
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.