Posts by Diogo • 81 points
1 post
- 
		8 votes2 answers1065 viewsA: Object orientation in R: S3, S4 and Reference ClassThe idea of S3 and S4 in the R is to use generic functions (which serve for different objects as parameter), but nevertheless ensure that this function will behave according to the type (=class) of…