Skip to contents

Contrast matrix setter for SEDesign objects

Usage

contrasts(x, how.many = NULL) <- value

Arguments

x

SEDesign object

how.many, value

arguments retained for compatibility with the base stats::contrasts<-() generic signature; value (or how.many when value is not supplied) must be a matrix whose rownames match groups(x) exactly.