char_gen {MSG} | R Documentation |
This function prints a matrix of characters which are very similar to each other.
char_gen(x = c("V", "W"), n = 300, nrow = 10)
x |
a character vector of length 2 (usually two similar characters) |
n |
the total number of characters in the matrix |
nrow |
the number of rows |
a character matrix on the screen
Yihui Xie <https://yihui.org>
char_gen()
char_gen(c("O", "Q"))