CA informations to display in tables
Should the CA informations to display adapt since we can now select more plans than the 1,2 1,3 and 2,3 ? (current infos are : Q12 Q13 Q23 cont1 cos1 cont2 cos2 cont3 cos3 c1 c2 c3)
Informations are:
- "Quality": quality of the current plan
- "Mass": point mass
- "Dist": point distances (computed on all axis)
- "contN", "cosN": contribution and Cosinus of all axes between the 2 selected axes (included)
- "cN": coordinates of all axes between the 2 selected axes (included)
Solution to the axis selection to show
Add a parameter to switch between available scenarios:
- Minimal: only the axis of the current plan. Default choice.
- Expanded/Extended:
- from 1 to the 2nd axis +1
- OR from 1 to ncp (the number of dimensions stored in the CA R result)
- All (do it ?): all axis
- see if we can set ncp to MAX when this option is selected
If Minimal and Expanded are enough the parameter's widget can be a checkbox if not it could be a combo with the 3 choices.
Solution to columns presentation
Add check boxes to:
- group by axis informations (cont1 cos1 c1 ... contN cosN cN VS cont1 ... contN, cos1 ... cosN, c1 ... cN). Default is "false"
- activate/deactivate the display of the coordinates. Default is "false"
Icons : Extends, Group by infos, Show coords and number of factors availables (!! bug the factors label is not displayed yet)
Validation test
Edited by Matthieu Decorde