Get BoxPlot from Data File
This script generates a box plot (or known as box and whisker plot). This is used to get an idea about the distribution of the data from the dispersion point of view. This script depends on the The R Project. The argument received by this script are : The input data file, the factor variable, the response variable.
Here is an example:
$ getBoxplotFromData.sh Example-test.data Experiment Obs
Download