qat_call_slide_distribution: Perform a slide distribution check

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

View source: R/qat_call_slide_distribution.R

Description

This function calls the described tests, which are defined by the parameters in the workflowlist\_part. The possible called functions are qat\_analyse\_slide\_distribution\_1d.

Usage

1
2
3
qat_call_slide_distribution(measurement_vector, workflowlist_part, element = -999, 
time = NULL, height = NULL, lat = NULL, lon = NULL, vec1 = NULL, vec2 = NULL, 
vec3 = NULL, vec4 = NULL, resultlist = list(), resultlistcounter = 1)

Arguments

measurement_vector

The measurement vector, which should be tested

workflowlist_part

A list with the parameters of the check

element

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

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

resultlist

A list with results of tests

resultlistcounter

Number of elements of the resultlist

Details

This function calls the described tests, which are defined by the parameters in the workflowlist\_part. The possible called functions are qat\_analyse\_slide\_distribution\_1d. As a result the resultlist will get additional entries, which are defined by the tests, which may called by this function.

Value

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

Author(s)

Andre Duesterhus

See Also

qat_analyse_slide_distribution_1d

Examples

1
2
3
vec <- rnorm(100)
workflowlist_part <- list(blocksize=10)
result <- qat_call_slide_distribution(vec, workflowlist_part)

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