The s4 object class system is one of the methods of object oriented programming in the r language.
Compared to S3, S4 is much stricter and gives behaviour that is closer to other object oriented systems. The main differences compared to S3 are that S4 offers:
- Formal type definitions, defining inheritance and representation of each class
- Multiple dispatch: dispatch can depend on more than one class
To access the R help for S4 classes, try ?Classes or ?setClass