legendFun {qAnalyst}R Documentation

Internal funtion to calculate trellis legend parameters

Description

legendFun returns a list containing text, color, lty and number of columns parameters used within trellis plot of a given capabilityObj.

Usage

legendFun(capabilityObj)

Arguments

capabilityObj

A capability obj.

Details

Internal function.

Value

A list containing the following items:

textKey

text legend items.

linesColorKey

color lines.

linesLtyKey

lines layout.

numColumns

number of columns.

Note

Items in list are used in trellis graphic

Author(s)

Giorgio Spedicato

References

Internal function.

See Also

plot.capability

Examples

#brakeCap data
data(brakeCap)
capObj=capabilityNormal(x=brakeCap$hardness, sg=brakeCap$subgroup, usl=41.5)
legenda=legendFun(capObj)
str(legenda)

[Package qAnalyst version 0.6.4 Index]