5.1 Arithmetic operators

Operator Function
+ addition
- subtraction
/ division
* multiplication
^ or ** exponential

In the R console:

## [1] 8

Type Enter for R to interpret the command.