boxprod: Boxplot per category with respect to a categorical variable and a set of quantitative variables
Description
Returns as many boxplots as there are categories for a given categorical variable of interest (in most cases, the
product variable). The boxplots are automatically generated for all the quantitative variables
(in our type of applications, variables are often sensory descriptors).
the position of the categorical variable of interest
firstvar
the position of the first endogenous variable
lastvar
the position of the last endogenous variable (by default the last column of donnee)
numr
the number of boxplots per row (by default 2)
numc
the number of boxplots per column (by default 2)
Details
Missing values are ignored when forming boxplots.
References
Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) The New S Language. Wadsworth & Brooks/Cole.
Chambers, J. M., Cleveland, W. S., Kleiner, B. and Tukey, P. A. (1983) Graphical Methods for Data Analysis. Wadsworth & Brooks/Cole.
See Also
boxplot which does the computation,
bxp for the plotting and more examples; and stripchart
for an alternative (with small data sets).