Painless introduction to object-oriented programming using S3 classes #257
davidsantiagoquevedo
started this conversation in
Resources
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Context
Classes are a valuable tool for minimizing parameter redundancy and enhancing the flexibility of a package. The most basic form of object-oriented programming in R involves S3 classes. This type of class provides flexibility in coding and managing objects and attributes, and is compatible with the epiverse ecosystem. This online book offers a friendly introduction to S3 classes in R, which can complement the resources published on epiverse.
URL
https://adv-r.hadley.nz/s3.html
Suggested labels
Documentation, Tutorial, S3 Classes
Beta Was this translation helpful? Give feedback.
All reactions