bustSizesStandard {Anthropometry} | R Documentation |
Helper function for defining the bust sizes
Description
This is a helper function for defining the twelve bust sizes (from 74 cm to 131 cm) according to the sizes proposed in the European standard on sizing systems. Size designation of clothes. Part 3: Measurements and intervals.
Usage
bustSizesStandard(bustCirc_4, bustCirc_6)
Arguments
bustCirc_4 |
Sequence of measurements from 74 to 102 in groups of four. |
bustCirc_6 |
Sequence of measurements from 107 to 131 in groups of six. |
Value
A list with the following elements:
bustCirc: Vector of the twelve bust sizes.
nsizes: Number of bust sizes (twelve).
Author(s)
Guillermo Vinue
References
European Committee for Standardization. Size designation of clothes. Part 3: Measurements and intervals. (2005).
Ibanez, M. V., Vinue, G., Alemany, S., Simo, A., Epifanio, I., Domingo, J., and Ayala, G., (2012). Apparel sizing using trimmed PAM and OWA operators, Expert Systems with Applications 39, 10512–10520.
Vinue, G., Leon, T., Alemany, S., and Ayala, G., (2014). Looking for representative fit models for apparel sizing, Decision Support Systems 57, 22–33.
See Also
Examples
bustSizes <- bustSizesStandard(seq(74, 102, 4), seq(107, 131, 6))