Skip to content
Prev 1713 / 12125 Next

[R-pkg-devel] Exporting S3 methods for base generics

Ah, I see now.  I came across this previous post (
http://r.789695.n4.nabble.com/override-pmin-pmax-for-my-own-matrix-td4715903.html)
which mentioned the caveat that all the elements passed to ... must be the
same.  When I pass two of the same class it works but I believe I will need
to go back to the S3 if I want different classes passed to the call.

Charles

On Mon, Jun 26, 2017 at 12:42 PM, Charles Determan <cdetermanjr at gmail.com>
wrote: