Creates a ResultsTable with the data of the plot. Returns null if no data. When all columns are the same length, x columns equal to the first x column are not written, independent of writeFirstXColumn. When the data sets have labels, they are used for column headings
()
| 4264 | * When the data sets have labels, they are used for column headings |
| 4265 | */ |
| 4266 | public ResultsTable getResultsTableWithLabels() { |
| 4267 | return getResultsTable(true, true); |
| 4268 | } |
| 4269 | |
| 4270 | /** Creates a ResultsTable with the data of the plot. Returns null if no data. |
| 4271 | * Does not write the first x column if writeFirstXColumn is false. |
no test coverage detected