Click or drag to resize

ChemometricCommandsPlotXLeverage(DataTable, XYPlotLayer, Int32) Method

Plots the x (spectral) leverage into a provided layer.

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,
	XYPlotLayer layer,
	int preferredNumberOfFactors
)

Parameters

table  DataTable
The table of PLS output data.
layer  XYPlotLayer
The layer to plot into.
preferredNumberOfFactors  Int32
The number of factors used for leverage calculation.
See Also