qat (version 0.74)

qat_save_noc_rule_1d: Produce a savelist from a resultlist for a NOC Rule Test

Description

This function takes the results, produced by qat\_analyse\_noc\_rule\_1d and construct a savelist, which may be used to produce a netCDF output.

Usage

qat_save_noc_rule_1d(resultlist_part, baseunit = "")

Arguments

resultlist_part
A list with the results of the check
baseunit
The unit of the original measurement vector

Value

Returning a savelist with the content of the resultlist.

Details

This function takes the resultslist and transfer the content to a newly organized list. Ths also consists of more information, which help to generate an output like a netCDF-file.

See Also

qat_call_save_noc_rule, qat_run_workflow_save

Examples

Run this code
	vec <- c(1,2,3,4,4,4,5,5,4,3,NaN,3,2,1)
	result <- list(result=qat_analyse_noc_rule_1d(vec, 1))
	savelist <- qat_save_noc_rule_1d(result)

Run the code above in your browser using DataLab