PART 3

image

Functions

Part III covers the basics of functions. Functions are a class of objects that are essentially computer programs. There are tens of thousands of prepackaged functions in R. The user can also develop functions. Chapter 6 describes packaged functions; Chapter 7 shows you how to create new functions; and Chapter 8 explains how to use functions.

When you install R, thirty packages are installed at the same time by default. You can install other packages later. On your computer, packaged functions are stored in packages, which are stored in libraries.

Chapter 6 describes the libraries, lists the packages that are loaded by default ...

Get R Quick Syntax Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.