FAQ About R Guide for Beginners
R Guide for Beginners
2 years ago | gizem
How many operators are there in R?
Operators in R are grouped under 5 headings. These;
- Arithmetic operators
- Assignment operators
- Comparison operators
- Logical operators
- Miscellaneous operators
There are different operators in each title. The most important for the beginning is 'Arithmetic Operators'. These are arithmetic operators;
Addition(+), subtraction(-), multiplication(*), division(/), exponentiation(^), modulus(%%), and integer division(%/%).