legendFun {qAnalyst} | R Documentation |
legendFun
returns a list containing text
, color
, lty
and number of columns
parameters used within trellis plot of a given capabilityObj.
legendFun(capabilityObj)
capabilityObj |
A capability obj. |
Internal function.
A list containing the following items:
textKey |
text legend items. |
linesColorKey |
color lines. |
linesLtyKey |
lines layout. |
numColumns |
number of columns. |
Items in list are used in trellis graphic
Giorgio Spedicato
Internal function.
#brakeCap data
data(brakeCap)
capObj=capabilityNormal(x=brakeCap$hardness, sg=brakeCap$subgroup, usl=41.5)
legenda=legendFun(capObj)
str(legenda)