File: aperm.R

package info (click to toggle)
r-bioc-biocgenerics 0.52.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 772 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
### =========================================================================
### The aperm() generic
### -------------------------------------------------------------------------
###
### Note that base::aperm is an S3 generic.
###
### Need to explicitly define this generic otherwise the implicit generic in
### package "base" would dispatch on ('a', 'perm'). Here we set dispatch on
### the 1st arg (the 'a' arg) only!

setGeneric("aperm", signature="a")