R/qat_save_noc_rule_2d.R

Defines functions qat_save_noc_rule_2d

Documented in qat_save_noc_rule_2d

qat_save_noc_rule_2d <-
function(resultlist_part, baseunit="") {
## functionality: save noc-rule
## author: André Düsterhus
## date: 22.10.2012
## version: A0.2
## input: resultlist part from qat_analyse_noc_rule_2d, optional: baseunit
## output: savelist
	method <- "noc"
	meanings <- list(flagvector = "0: Value is ok, 1: Repetition error")
	longname <- list(flagvector = "Flagvector of a NOC Test")
	fillvalue <- -999
	unit <- list(flagvector = "unitless")
	dimension <- list(dim=list(mes_vec1 = NaN, mes_vec2 = NaN))
	parameter <- list(max_return_elements=resultlist_part$result$max_return_elements)
	picnames <- list(firstpic = "noc")
	content <-  list(flagvector=resultlist_part$result$flagvector)
	savelist <- list(method = method, meanings = meanings, longname = longname, fillvalue = fillvalue, unit = unit, dimension = dimension, parameter = parameter, picnames=picnames, content = content)
	return(savelist)	
}

Try the qat package in your browser

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

qat documentation built on May 2, 2019, 4:06 p.m.