File: mad.R

package info (click to toggle)
r-bioc-biocgenerics 0.36.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 752 kB
  • sloc: sh: 4; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
### =========================================================================
### The mad() generic
### -------------------------------------------------------------------------
###
### Dispatches only on 'x'
###

setGeneric("mad", signature="x")