ChemometricCommandsPlotCrossPRESSValue(DataTable, XYPlotLayer) Method |
Plots the cross PRESS value into a provided layer.
Namespace: Altaxo.Worksheet.Commands.AnalysisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void PlotCrossPRESSValue(
DataTable table,
XYPlotLayer layer
)
Parameters
- table DataTable
- The table of PLS output data.
- layer XYPlotLayer
- The layer to plot into.
See Also