Test nomnoml"

library(nomnoml)

Getting Started

```{nomnoml one, width="250px", height="75px", echo=FALSE} [Hello]-[World!]

```{nomnoml two, width="250px", height="75px", echo=FALSE, svg = TRUE}
[Hello]-[World!]

Add Greek alpha as label:

```{nomnoml three, width="250px", height="75px", echo=FALSE, svg = TRUE} [Hello]-\u03b1[World!]

Show the backslash:

```{nomnoml four, width="250px", height="75px", echo=FALSE, svg = TRUE, escape = TRUE}
[Hello]-\A[World!]


Try the nomnoml package in your browser

Any scripts or data that you put into this service are public.

nomnoml documentation built on Nov. 20, 2023, 5:09 p.m.