Chapter 3 R Objects (II): Other Types

Having mastered vectors in Chapter 2, we will introduce other types of R objects, including matrix, array, data frame, and list.

Type Section
Matrix 3.1
Array 3.2
Data Frame 3.3
List 3.5