R/preProcess.R

Defines functions preProcess.removeBias

preProcess.removeBias = function(object,...) {
    params = object$params	
	if (!is.na(params$removeBias[[1]])) 
		object = biasCorr(object,...)
	object
}

Try the intamapInteractive package in your browser

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

intamapInteractive documentation built on Nov. 2, 2023, 5:45 p.m.