R/itemData.default.R

Defines functions itemData.default

Documented in itemData.default

itemData.default <-
function(thresholds, item.type = "deltas",...) {
	if(item.type == "thresholds")
		thresholds <- make.thresholds(thresholds,...)
	return(thresholds)
}
david-ti/wrightmap documentation built on May 24, 2022, 3:53 p.m.