qat_read_parameter: Informations on a method

Description Usage Arguments Details Value Author(s) Examples

View source: R/qat_read_parameter.R

Description

This functions delivers informations of methods, which are stored under the given filename.

Usage

1
qat_read_parameter(filename, methodname)

Arguments

filename

Filename of the file with the descriptions of the methods

methodname

Name of the method, where informations are required.

Details

This functions delivers informations of methods, which are stored under the given filename. For this the methodname will be used as a search parameter. The informations will be given back as a list.

Value

A list with the following elements:

name

Name of the method, may be corrected to standard name.

analysis_function

Name of the analysis function, which should be called for this method

plot_function

Name of the plot function, which should be called for this method

manipulation_function

Name of the manipulation function, which should be called for this method

description

Description of the method

algorithm

Algorithm of the method

Author(s)

Andre Duesterhus

Examples

1
#still to come

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