Aprenda programação básica a partir do link https://rpubs.com/adlauro/881802
A <-2
B <-3
A+B
## [1] 5
A+B
## [1] 5
A-B
## [1] -1
A/B
## [1] 0.6666667
A**B
## [1] 8
A*B
## [1] 6
Note that the echo = FALSE
parameter was added to the
code chunk to prevent printing of the R code that generated the
plot.