March 2022
Beginner to intermediate
602 pages
9h 25m
English
In R, objects belong to classes as well as types and modes. Classes tell something about what the object contains. All objects belong to at least one class. The S3, S4, and Reference Class object systems differ regarding classes. In S3, there are specific classes into which an R object falls. In S4, the user defines a class for an S4 object. Classes in S3 are called informal classes, whereas classes in S4 are called formal classes. In both systems, classes ...
Read now
Unlock full access