Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

163
Views
cómo agregar letras griegas al diagrama nomnoml en R

Estoy usando el paquete nomnoml para crear diagramas en combinación con rmarkdown . ¿Cómo puedo agregar letras griegas a mis flechas?

He intentado ingenuamente lo siguiente

 --- 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] ```

Ambos no funcionan.

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

Funciona si simplemente pega α en RStudio, así:

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

Si no encuentra α en su teclado, puede escribir "\u03B1" en la consola y copiar la salida.

Documento de trabajo completo:

 --- title: "Untitled" output: html_document --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) library(nomnoml) ``` ```{nomnoml, svg=TRUE} [a]->α[b] ```
about 4 years ago · Juan Pablo Isaza Report

0

Creo que si desea usar escapes Unicode en la fuente, tendrá que usar un fragmento de código R en lugar de un fragmento de código nomnoml. Por ejemplo,

 --- 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) ```
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!