qat_save_histogram_test: Produce a savelist from a resultlist for a Histogram Test

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

View source: R/qat_save_histogram_test.R

Description

This function takes the results, produced by qat\_analyse\_histogram\_test\_xxx\_xd and construct a savelist, which may be used to produce a netCDF output.

Usage

1
qat_save_histogram_test(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. 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_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_save_histogram_test(resultlist[[2]])

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