qat_call_save_histogram_test: Produce a savelist-entry for a Histogram Test

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

View source: R/qat_call_save_histogram_test.R

Description

This function calls qat\_save\_histogram\_test. As a result a part of a savelist is constructed, which can be used to construct a netCDF file.

Usage

1
2
3
qat_call_save_histogram_test(resultlist_part, element = -999, dim_mv = 1, 
time = NULL, height = NULL, lat = NULL, lon = NULL, vec1 = NULL, vec2 = NULL, 
vec3 = NULL, vec4 = NULL, baseunit = NULL, savelist = list(), savelistcounter = 1)

Arguments

resultlist_part

A list with the results of the check

element

Element-identifier for the result, which will be given back in the savelist

dim_mv

Dimension of the measurement vector.

time

A vector of time elements with the length of the measurement vector

height

A vector of height elements with the length of the measurement vector

lat

A vector of latitude elements with the length of the measurement vector

lon

A vector of longitude elements with the length of the measurement vector

vec1

An additional vector, which is named as vec1

vec2

An additional vector, which is named as vec2

vec3

An additional vector, which is named as vec3

vec4

An additional vector, which is named as vec4

baseunit

The unit of the original measurement vector

savelist

A list with save elements

savelistcounter

Numbers of elements of the savelist

Details

This function calls the described saving-function, which transform the resultlist elements to a savinglist element. The possible called functions are qat\_save\_histogram\_test. As a result the given savelist will get an additional entry.

Value

The given savelist will be returned, with included results of the functions which may be called in this function.

Author(s)

Andre Duesterhus

See Also

qat_save_histogram_test, qat_run_workflow_save

Examples

1
2
3
4
vec <- c(rnorm(1000), rnorm(1000)+1)
workflowlist_part <- list(blocksize=50, numofbars=65, metric="emd")
resultlist <- qat_call_histogram_test(vec, workflowlist_part, element=1)	
savelist <- qat_call_save_histogram_test(resultlist[[2]])

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