...

/

Arithmetic Operators

Arithmetic Operators

In this lesson, we will learn the basic arithmetic operations in R and how to use them.

R has many operators that carry out different arithmetic and logical operations. An operator is a symbol that guides the compiler to perform specific arithmetic or logical manipulations.

Operators in R can be classified into the following ...