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 Nov. 5, 2023, 6:10 a.m.