qat_plot_slide_distribution_2d: Plot a slide distribution check result

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

View source: R/qat_plot_slide_distribution_2d.R

Description

A plot of the result of a slide distribution check will be produced.

Usage

1
2
qat_plot_slide_distribution_2d(resultlist, filename, blocksize = -1, 
measurement_name = "", directoryname = "", plotstyle = NULL)

Arguments

resultlist

List of results from qat\_analyse\_slide\_distribution\_2d

filename

Name of the file without extension.

blocksize

Length of the blocks

measurement_name

Name of the measurement.

directoryname

Directory, where the resulted file should be stored.

plotstyle

A list with a qat color scheme.

Details

A plot will be produced, which base on the resulting flagvector of qat\_analyse\_slide\_distribution\_2d. Additional information on the parameters, which were used while performing the test, will be included into the plot. When no plotstyle is defined the standard-colorscheme will be used. The resulting plot will be stored in the folder, which is defined by directory under the given filename, with the extension png.

Value

No return value.

Author(s)

Andre Duesterhus

See Also

qat_analyse_slide_distribution_1d

Examples

1
2
3
4
5
vec <- array(rnorm(100),c(25,20))
result <- qat_analyse_slide_distribution_2d(vec, 5)
# this example produce a file exampleplot_slidedist.png in the current directory
qat_plot_slide_distribution_2d(result$stat, "exampleplot_slidedist", 
blocksize=result$blocksize, measurement_name="Result of Check")		

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