Home
Press ? for keyboard navigation
❮
Comments
R variables
❯
R and simple math operations
examples/basics/calc.R
2
+
3
# 5
2
*
3
# 6
2
-
3
# -1
2
/
3
# 0.6666667
2
^
3
# 8
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)