Class TimeSeriesReportItem

    • Field Detail

    • Constructor Detail

      • TimeSeriesReportItem

        public TimeSeriesReportItem​(String title,
                                    String xAxisLabel)
      • TimeSeriesReportItem

        public TimeSeriesReportItem​(String title,
                                    int height,
                                    int width,
                                    int fontSize,
                                    String xAxisLabel)
    • Method Detail

      • generatePlotCommand

        protected String generatePlotCommand()
        Plots the first data set against the second. Expects to find the measured values in the first set and the measurements number or event time in the second.
        Specified by:
        generatePlotCommand in class AbstractPlotReportItem
        Returns:
        The R command which execution leads to the creation of the plot.