Concept Flow - S4 object system
Define Class with setClass()
Create Object with new()
Access Slots with @
Use Methods with setMethod()
Call Method on Object
Output Result
This flow shows how you define a class, create an object, access its parts, define methods, and then use those methods on the object.