switchFun {qAnalyst}R Documentation

Internal function to correct evident mispellings

Description

switchFun returns the correct parse of the command given by the user, according to a specified context.

Usage

switchFun(type, argument)

Arguments

type

The context of user input, either "chart" or "distribution".

argument

The user input.

Details

Within argument "chart", following mistakes are identified:

Within argument "distribution", following mistakes are identified:

Value

Either a character containing the correct codification or the user input if there is no coded correction.

Note

This is an internal function.

Author(s)

Giorgio Spedicato

References

Internal function

See Also

spc

Examples

switchFun(argument="x-bar", type="chart")

[Package qAnalyst version 0.6.4 Index]