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)
}

Try the WrightMap package in your browser

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

WrightMap documentation built on June 19, 2022, 1:05 a.m.