Skip to content

generics candidates around image/spatial data #24

Description

@HelenaLC

Noting down cases we encountered... all open to discussion/suggestions!

  • base::table()
  • base::data(...)
    • dispatch on ellipsis is problematic
    • SpatialData sets \(x, ...) generic at the moment
  • base::scale(x, scale=TRUE, center=TRUE)
    • missing ellipsis/does not allow for other arguments
    • SpatialData sets \(x, ...) generic at the moment
  • base::labels(object, ...)
  • base::sequence(nvec, ...)
    • not sure sure about this one...
    • SpatialData sets \(x, ...) generic at the moment
  • base::transform('_data', ...)
    • also S4Vectors::transform('_data', ...)
    • also used by SpatialData
  • EBImage::image(x, ...) (generic)
  • EBImage::rotate(x, angle, ...) (function)
    • SpatialData sets \(x, ...) generic at the moment

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions