Greek_alphabet: Greek alphabet table

Description Usage Author(s) Examples

View source: R/Greak.R

Description

Greek alphabet table

Usage

1

Author(s)

Zhonghui Gai

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
Greek_alphabet()  |> groutable::dt2()
ggplot(data= data.frame(x=1:24,y=1:24), aes(x,y)) +
geom_point(shape = Greek_alphabet()$upper, size = 8) +
    theme_void()
ggplot(data= data.frame(x=1:24,y=1:24), aes(x,y)) +
    geom_point(shape = Greek_alphabet()$lower, size = 8) +
    theme_bw()+
    xlab("IL1\u03b2") +
    theme(axis.title.x = element_text(face = "bold.italic"),
          axis.title = element_text(size = 20)) +
   ylab("δ✠φυαμΣ")

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