R/absolute.R

absolute <- function(layerList = list(), rowN = c(1,2,3), colN = 1) {

	sapply(layerList, function(z) z[rowN, colN])
	
}
adibender/rFtools documentation built on May 14, 2019, 5:13 a.m.