Coder Social home page Coder Social logo

Comments (2)

alanocallaghan avatar alanocallaghan commented on May 27, 2024 1

NextMethod is a super weird function in general. I've discovered (through some hacking) that you can use it in place of UseMethod to define default behaviour for all subclasses, as long as the methods are not tagged as s3 methods.

Thanks for this exploration of the arguments, it has confused me many times

from wishlist-for-r.

HenrikBengtsson avatar HenrikBengtsson commented on May 27, 2024

Looking at the R source itself, we see that NextMethod() is called in several different ways, e.g.

src/library/base/R/datetime.R:        NextMethod(.Generic)
src/library/base/R/datetime.R:            return(structure(NextMethod(.Generic),
src/library/base/R/datetime.R:            return(structure(NextMethod(.Generic),
src/library/base/R/datetime.R:            structure(NextMethod(.Generic), units=u1, class = "difftime")
src/library/base/R/datetime.R:            structure(NextMethod(.Generic), units = "secs", class = "difftime")
src/library/base/R/datetime.R:               .difftime(NextMethod(), units)
src/library/base/R/datetime.R:    y <- NextMethod()
src/library/base/R/datetime.R:    NextMethod("duplicated", x)
src/library/base/demo/is.things.R:    } else NextMethod("print", ...)
src/library/parallel/R/snow.R:    v <- NextMethod()

This suggests that R core themselves don't have a standard way of using NextMethod() - maybe there's room for improvement to both the code and the docs?

from wishlist-for-r.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.