R/var.R

### =========================================================================
### The var() and sd() generics
### -------------------------------------------------------------------------
###
### Dispatches only on 'x' (and 'y' for var)
###

setGeneric("var", signature=c("x", "y"))

setGeneric("sd", signature="x")
nturaga/BiocGenerics documentation built on May 7, 2019, 11:15 a.m.