Creates a ResultsTable with the plot data. Returns an empty table if no data.
()
| 4245 | |
| 4246 | /** Creates a ResultsTable with the plot data. Returns an empty table if no data. */ |
| 4247 | public ResultsTable getResultsTable() { |
| 4248 | return getResultsTable(true); |
| 4249 | } |
| 4250 | |
| 4251 | /** Creates a ResultsTable with the data of the plot. Returns null if no data. |
| 4252 | * Does not write the first x column if writeFirstXColumn is false. |
no test coverage detected