Description Usage Author(s) Examples
Greek alphabet table
1 |
Zhonghui Gai
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("δ✠φυαμΣ")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.