generateScripts
public static void generateScripts(int rows,
                                   int cols,
                                   java.lang.String[] problems,
                                   java.lang.String prefix,
                                   boolean notch,
                                   Experiment experiment)
                            throws java.io.IOException
This method produces R scripts for generating eps files containing boxplots
 of the br.otimizes.oplatool.core.jmetal4.results previosly obtained. The boxplots will be arranged in a grid
 of rows x cols. As the number of problems in the experiment can be too high,
 the @param problems includes a list of the problems to be plotted.
- Parameters:
 
rows - rows 
cols - cols 
problems - List of problem to plot 
prefix - Prefix to be added to the names of the R scripts 
- Throws:
 
java.io.IOException