qat_save_roc_rule_dynamic_1d: Produce a savelist from a resultlist for a ROC Rule Dynamic...

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/qat_save_roc_rule_dynamic_1d.R

Description

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

Usage

1
qat_save_roc_rule_dynamic_1d(resultlist_part, baseunit = "")

Arguments

resultlist_part

A list with the results of the check

baseunit

The unit of the original measurement vector

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.

Value

Returning a savelist with the content of the resultlist.

Author(s)

Andre Duesterhus

See Also

qat_call_save_roc_rule, qat_run_workflow_save

Examples

1
2
3
4
5
6
7
	vec <- rnorm(100)
	min_vector<-seq(1,2,length.out=1000)
	max_vector<-seq(1,2,length.out=1000)
	result <- list(result=qat_analyse_roc_rule_dynamic_1d(vec, min_vector, 
	max_vector, upward_vector_name="upward vector", 
	downward_vector_name="downward vector"))
	savelist <- qat_save_roc_rule_dynamic_1d(result) 

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