Maybe due to language barrier, I am not quite sure about how/when to use callNextMethod
even after reading documents. I think it is for passing arguments, but sometimes I see a R script with only one method still uses callNextMethod
. I am confused.
Can anyone explain it in a more explicit way? Better with examples.