test_unicode: Unicode symbols in R

Description Usage Arguments Author(s) Examples

View source: R/test_unicode.R

Description

Unicode symbols in R

Usage

1
test_unicode(start = "25a0", end = "25ff", ...)

Arguments

start

the start

end

the end

...

Author(s)

Zhonghui Gai

Examples

1
2
3
4
test_unicode()
test_unicode(9500,9900)
plot(0, 0, main=bquote(symbol("\326")))
plot(0, 0, main=bquote("\u03b1"))

ZhonghuiGai/symbols documentation built on Dec. 18, 2021, 9:20 p.m.