Boxplot Graphs : General parameters in Boxplot Graphs

# boxplotBorderColor

Color for the line of the borders in boxplots
Type: color
Default: rgb(0,0,0)
Used in: Boxplot

# boxplotCoef

Number that determines how far the plot ‘whiskers’ extend out from the box
Type: float
Default: 1.5
Used in: Boxplot

# boxplotColor

Color for the boxplot if individual data points are shown
Type: color
Default: rgb(0,0,0)
Used in: Boxplot

# boxplotConnect

Flag to show data in boxplots connected
Type: boolean
Default: false
Used in: Boxplot

# boxplotConnectWidth

Width for the line of the connection of boxes in boxplots
Type: integer
Default: 2
Used in: Boxplot

# boxplotDataPointTransparency

Fraction to adjust color transparency for the data points when displaying original data in boxplots
Type: float
Default: 0.8
Used in: Boxplot

# boxplotHingeFunction

Function to calculate the boxplor hinges. See https://chemicalstatistician.wordpress.com/2013/08/12/exploratory-data-analysis-the-5-number-summary-two-different-methods-in-r-2/
Type: string
Default: summary
Options: summary, fivenum
Used in: Boxplot

# boxplotMean

Flag to show mean of data in boxplots
Type: boolean
Default: false
Used in: Boxplot

# boxplotMeanBorderColor

Color for the border of the data mean in boxplots
Type: color
Default: rgb(255,0,0)
Used in: Boxplot

# boxplotMeanColor

Color for the data mean in boxplots
Type: color
Default: rgb(255,215,0)
Used in: Boxplot

# boxplotMedianColor

Color for the line of the median of data in boxplots
Type: color
Default: rgb(0,0,0)
Used in: Boxplot

# boxplotMedianWidth

Width for the line of the median of data in boxplots
Type: integer
Default: 2
Used in: Boxplot

# boxplotNotched

Flag to notch boxplots
Type: boolean
Default: false
Used in: Boxplot

# boxplotOutliersBorderColor

Color for the border of outlier data points in boxplots
Type: color
Default: rgb(0,0,0)
Used in: Boxplot

# boxplotOutliersColor

Color for the outlier data points in boxplots
Type: color
Default: rgb(0,0,0)
Used in: Boxplot

# boxplotOutliersRatio

Ratio for the size of the outliers with respect to boxplot
Type: integer
Default: 10
Used in: Boxplot

# boxplotOutliersShape

Shape for the outlier data points
Type: string
Default: circle
Options: circle, square, triangle, diamond, plus, minus, star, circleOpen, squareOpen, triangleOpen, diamondOpen
Used in: Boxplot

# boxplotTransparency

Fraction to adjust color transparency for the boxplot id individual data points are shown
Type: float
Default: 0.4
Used in: Boxplot

# boxplotType

Boxplot type
Type: string
Default: boxWhiskers
Options: boxWhiskers, range
Used in: Boxplot

# boxplotVarWidth

Flag to adjust the width of boxplots. Similar to R if true then the width is proportional to the sqare root of the number of observations
Type: boolean
Default: false
Used in: Boxplot

# boxplotWhiskersType

Boxplot whiskers type
Type: string
Default: double
Options: single, double, none
Used in: Boxplot

# showBoxplotOriginalData

Flag to show/hide the observed data point in boxplots. (Should be called showBoxplotDataPoints)
Type: boolean
Default: false
Used in: Boxplot