Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/qat_save_roc_rule_dynamic_2d.R
This function takes the results, produced by qat\_analyse\_roc\_rule\_dynamic\_2d and construct a savelist, which may be used to produce a netCDF output.
1  | qat_save_roc_rule_dynamic_2d(resultlist_part, baseunit = "")
 | 
resultlist_part | 
 A list with the results of the check  | 
baseunit | 
 The unit of the original measurement vector  | 
This function takes the resultslist and transfer the content to a newly organized list. This also consists of more information, which help to generate an output like a netCDF-file.
Returning a savelist with the content of the resultlist.
Andre Duesterhus
qat_call_save_roc_rule, qat_run_workflow_save
1 2 3 4 5 6  | 	vec <- array(rnorm(1000), c(10, 100))
	min_vector<-array(seq(-1,-2,length.out=1000), c(10, 100))
	max_vector<-array(seq(1,2,length.out=1000), c(10, 100))
	result <- list(result=qat_analyse_roc_rule_dynamic_2d(vec, min_vector, 
	max_vector, upward_vector_name="upward vector", downward_vector_name="downward vector"))
	savelist <- qat_save_roc_rule_dynamic_2d(result) 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.