R/createDefaultDesign.R

Defines functions createDefaultDesign

Documented in createDefaultDesign

createDefaultDesign <-
function(DATA){
		DESIGN <- matrix(1,dim(DATA)[1],1)
		rownames(DESIGN) <- rownames(DATA)	
		return(DESIGN)
}

Try the ExPosition package in your browser

Any scripts or data that you put into this service are public.

ExPosition documentation built on May 1, 2019, 7:06 p.m.