char_gen {MSG} | R Documentation |
Generate a matrix of similar characters
Description
This function prints a matrix of characters which are very similar to each other.
Usage
char_gen(x = c("V", "W"), n = 300, nrow = 10)
Arguments
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 |
Value
a character matrix on the screen
Author(s)
Yihui Xie <https://yihui.org>
Examples
char_gen()
char_gen(c("O", "Q"))
[Package MSG version 0.8 Index]