Noting down cases we encountered... all open to discussion/suggestions! - [x] `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, ...)` - `SpatialData` sets `\(x, ...)` generic at the moment - but `\(object, ...)` could probably be used instead - `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) - perhaps of general interest for its simplicity - `SpatialData` sets `\(x, ...)` generic at the moment - `EBImage::rotate(x, angle, ...)` (function) - `SpatialData` sets `\(x, ...)` generic at the moment
Noting down cases we encountered... all open to discussion/suggestions!
base::table()base::data(...)SpatialDatasets\(x, ...)generic at the momentbase::scale(x, scale=TRUE, center=TRUE)SpatialDatasets\(x, ...)generic at the momentbase::labels(object, ...)SpatialDatasets\(x, ...)generic at the moment\(object, ...)could probably be used insteadbase::sequence(nvec, ...)SpatialDatasets\(x, ...)generic at the momentbase::transform('_data', ...)S4Vectors::transform('_data', ...)SpatialDataEBImage::image(x, ...)(generic)SpatialDatasets\(x, ...)generic at the momentEBImage::rotate(x, angle, ...)(function)SpatialDatasets\(x, ...)generic at the moment