R/construct.block.R

Defines functions construct.block

construct.block <-
function(A1,A2,A3,A4) {
	block <- rbind(cbind(A1,A2), cbind(A3,A4))
	return(block)
}

Try the SpATS package in your browser

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

SpATS documentation built on Oct. 16, 2024, 9:06 a.m.