causeEffectDiagram.Rd
Draw a basic cause and effect diagram.
a list of causes and branches providing descriptive labels (see the example below).
a string label or the effect.
a character string specifying the main title. Set title = NULL
to remove the title.
a vector of values for the graphical character expansion. The values refer, in order, to branches, causes and effect.
a vector of values for the font to use. The values refer, in order, to branches, causes and effect.
Montgomery, D.C. (2013) Introduction to Statistical Quality Control, 7th ed. New York: John Wiley & Sons.
Wetherill, G.B. and Brown, D.W. (1991) Statistical Process Control. New York: Chapman & Hall.
causeEffectDiagram(cause = list(Measurements = c("Micrometers",
"Microscopes",
"Inspectors"),
Materials = c("Alloys",
"Lubricants",
"Suppliers"),
Personnel = c("Shifts",
"Supervisors",
"Training",
"Operators"),
Environment = c("Condensation",
"Moisture"),
Methods = c("Brake",
"Engager",
"Angle"),
Machines = c("Speed",
"Lathes",
"Bits",
"Sockets")),
effect = "Surface Flaws")