Click or drag to resize

ChemometricCommandsPlotXLeverage(DataTable) Method

Plots the x (spectral) leverage into a graph.

Namespace: Altaxo.Worksheet.Commands.Analysis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void PlotXLeverage(
	DataTable table
)

Parameters

table  DataTable
The table with the PLS model data.
See Also