qat_save_lim_rule_static_2d: Produce a savelist from a resultlist for a LIM Rule Static...

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

View source: R/qat_save_lim_rule_static_2d.R

Description

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

Usage

1
qat_save_lim_rule_static_2d(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 resultlist 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.

Value

Returning a savelist with the content of the resultlist.

Author(s)

Andre Duesterhus

See Also

qat_call_save_lim_rule, qat_run_workflow_save

Examples

1
2
3
	vec <- array(rnorm(1000), c(10, 100))
	result <- list(result=qat_analyse_lim_rule_static_2d(vec, -2,2))
	savelist <- qat_save_lim_rule_static_2d(result)

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