ylabFun {qAnalyst}R Documentation

Internal function to make labels for y axis

Description

ylabFun makes y-axis labels.

Usage

ylabFun(xName, type = "xbar")

Arguments

xName

is the name of the analyzed variable.

type

type of chart to be plotted, default "xbar". Specified chart type must have been implemented.

Details

This is an internal function.

Value

A string that concatenates chartType of xName.

Note

Internal function

Author(s)

Giorgio Spedicato

References

Internal function

See Also

spc, plot.spc

Examples

type="i"
xName="weight"
print(ylabFun(xName,type))
#"Individual values of weight"

[Package qAnalyst version 0.6.4 Index]