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")
Bioconductor/BiocGenerics documentation built on Sept. 4, 2024, 4:34 a.m.