In this chapter, we take a quick look at the base, stats, and graphics packages (three of the packages loaded by default in R). The base package contains things such as the trigonometric function and other mathematical functions, many of the as. and is. functions, the arithmetic operators, the flow control statements, some apply functions, and many other basic functions in R.
The stats package contains many basic statistical functions, ...