ChemometricCommandsCheckSelectedColumnsShowErrorMessageBox Method |
Checks the selected columns for use with multivariate analysis.
Namespace: Altaxo.Worksheet.Commands.AnalysisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool CheckSelectedColumnsShowErrorMessageBox(
IWorksheetController ctrl
)
Parameters
- ctrl IWorksheetController
- The worksheet controller.
Return Value
BooleanTrue if the selected columns seem appropriate for multivariate analysis; otherwise, false.
See Also