簡體   English   中英

如何在R中的nomnoml圖中添加希臘字母

[英]how to add greek letters to nomnoml diagram in R

["

---
title: "Nomnoml Diagram"
output: html_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
library(nomnoml)
```

```{nomnoml, svg=TRUE}
[a]-> \alpha [b]
[c]-> \u03be [d]
```
["

```{nomnoml, svg=TRUE}
[a]->α[b]
```
["

---
title: "Untitled"
output: html_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
library(nomnoml)
```

```{r echo=FALSE}
nomnoml("[a]->\u03B1[b]", svg = TRUE)
```

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM