public class GenerateBoxplotsWithR<Result> extends Object implements ExperimentComponent
#getExperimentBaseDirectory()/R. Each file is called as
indicatorName.Wilcoxon.R
To run the R script: Rscript indicatorName.Wilcoxon.R
To generate the resulting Latex file: pdflatex indicatorName.Wilcoxon.tex| Constructor and Description |
|---|
GenerateBoxplotsWithR(Experiment<?,Result> experimentConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
GenerateBoxplotsWithR<Result> |
setColumns(int columns) |
GenerateBoxplotsWithR<Result> |
setDisplayNotch() |
GenerateBoxplotsWithR<Result> |
setRows(int rows) |
public GenerateBoxplotsWithR(Experiment<?,Result> experimentConfiguration)
public GenerateBoxplotsWithR<Result> setRows(int rows)
public GenerateBoxplotsWithR<Result> setColumns(int columns)
public GenerateBoxplotsWithR<Result> setDisplayNotch()
public void run()
throws IOException
run in interface ExperimentComponentIOExceptionCopyright © 2018. All rights reserved.