Plot2DZone: Plot2DZone

Description Usage Arguments Author(s) Examples

View source: R/Plot2DZone.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
Plot2DZone(GradTable, stat = "width", par1 = "s", par2 = "b", pal = NA,
  center = T)

Arguments

GradTable

A dataframe of 2D simulation (usually output of FillSetting)

stat

The variable to be plot on x axis

par1

The variable used for coloring

par2

The variable used for line type

pal

is a vector of colours used for colouring categories of par1. By default the pallete will be generated as 'RdYlGn' color brewer pallete with apropriate number of categories

center

T to centralize ploted stat for every simulation; F to plot stat without

Author(s)

Kamil Jaron kamiljaron at gmail.com

Examples

1
2
   Plot2DZone(GradTable, 'width', center = T)
   Plot2DZone(GradTable, 'center')

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