Description Usage Arguments Author(s) Examples
PlotBoxplots
is a function for ploting a set of boxplots of a stat
of a set of simulations with respect to two parameters specified by user
1 2 |
GradTable |
A dataframe (usually output of |
stat |
The variable to be plot on y axis (used for construction of histograms) |
par1 |
The variable to be plot on x axis |
par2 |
The variable used for the coloring of histograms |
legend_position |
is changing a position of the legend in the picture |
pal |
is a vector of colous used for colouring categories of the second parameter. By default the pallete will be generated as 'Set1' color brewer pallete with apropriate number of categories |
xlim |
is equvalent of parameter xlim from plot |
ylim |
is equvalent of ylim from plot |
Kamil Jaron kamiljaron at gmail.com
1 | PlotBoxplots(GradTable, 'width', 's', 'D', 'topright')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.