IMSL C# Numerical Library

RChart Constructor (AxisXY, Double[][])

Creates an R chart given sample data.

public RChart(
   AxisXY axis,
   double[][] x
);

Parameters

axis
The AxisXY parent of this node.
x
An array of arrays containing sample data. The data of the i-th sample is in x[i]. Each sample must contain at least 2 and no more than 50 observations.

Exceptions

Exception Type Condition
ArgumentException is thrown if the number of samples is less than 2 or greater than 50.

See Also

RChart Class | Imsl.Chart2D.QC Namespace | RChart Constructor Overload List