PlotBoxplots: PlotBoxplots

Description Usage Arguments Author(s) Examples

View source: R/PlotBoxplots.R

Description

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

Usage

1
2
PlotBoxplots(GradTable, stat, par1, par2, legend_position = NA, pal = NA,
  xlim = NA, ylim = NA)

Arguments

GradTable

A dataframe (usually output of FillSetting) or FillSettingByHZAR

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

Author(s)

Kamil Jaron kamiljaron at gmail.com

Examples

1
   PlotBoxplots(GradTable, 'width', 's', 'D', 'topright')

KamilSJaron/ConjunctionStats documentation built on May 7, 2019, 12:06 p.m.