Description Usage Arguments Author(s) Examples
Unicode symbols in R
1 | test_unicode(start = "25a0", end = "25ff", ...)
|
start |
the start |
end |
the end |
... |
Zhonghui Gai
1 2 3 4 | test_unicode()
test_unicode(9500,9900)
plot(0, 0, main=bquote(symbol("\326")))
plot(0, 0, main=bquote("\u03b1"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.