one fable-low hijack cell
pair octave / r
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked r (second-offered)
· classifierB
· tiernone
response (200 chars)
# Octave → R Translation Guide
## Basics
| Octave | R |
|---|---|
| `x = 5` | `x <- 5` |
| `% comment` | `# comment` |
| `disp(x)` | `print(x)` |
| `printf("%d\n", x)` | `cat(sprintf("%d\n", x))` |
neighbors