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

boxplotBorderColor : "#9e0adb"

boxplotBorderColor : "#ff7d00"


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

boxplotCoef : 1.5

boxplotCoef : 3.5


# boxplotColor
Color for the boxplot if individual data points are shown
Type: color
Default: false
Used in: Boxplot

boxplotColor : "#9e0adb"

boxplotColor : "#ff7d00"


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

boxplotConnect : true

boxplotConnect : false


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

boxplotConnectWidth : 0.5

boxplotConnectWidth : 2


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

boxplotDataPointTransparency : 0.33

boxplotDataPointTransparency : 0.66


# 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

boxplotHingeFunction : "summary"

boxplotHingeFunction : "fivenum"


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

boxplotMean : true

boxplotMean : false


# boxplotMeanBorderColor
Color for the border of the data mean in boxplots
Type: color
Default: #fe6969
Used in: Boxplot

boxplotMeanBorderColor : "#9e0adb"

boxplotMeanBorderColor : "#ff7d00"


# boxplotMeanColor
Color for the data mean in boxplots
Type: color
Default: #fed385
Used in: Boxplot

boxplotMeanColor : "#9e0adb"

boxplotMeanColor : "#ff7d00"


# boxplotMedianColor
Color for the line of the median of data in boxplots
Type: color
Default: false
Used in: Boxplot

boxplotMedianColor : "#9e0adb"

boxplotMedianColor : "#ff7d00"


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

boxplotMedianWidth : 1

boxplotMedianWidth : 2


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

boxplotNotched : true

boxplotNotched : false


# boxplotOriginalDataColor
Color for the data points in the boxplots
Type: color
Default: false
Used in: Boxplot

boxplotOriginalDataColor : "#9e0adb"

boxplotOriginalDataColor : "#ff7d00"


# boxplotOutliersBorderColor
Color for the border of outlier data points in boxplots
Type: color
Default: false
Used in: Boxplot

boxplotOutliersBorderColor : "#9e0adb"

boxplotOutliersBorderColor : "#ff7d00"


# boxplotOutliersColor
Color for the outlier data points in boxplots
Type: color
Default: false
Used in: Boxplot

boxplotOutliersColor : "#9e0adb"

boxplotOutliersColor : "#ff7d00"


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

boxplotOutliersRatio : 10

boxplotOutliersRatio : 15


# 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

boxplotOutliersShape : "circle"

boxplotOutliersShape : "square"

boxplotOutliersShape : "star"


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

boxplotTransparency : 0.33

boxplotTransparency : 0.66


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

boxplotType : "boxWhiskers"

boxplotType : "range"


# 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

boxplotVarWidth : true

boxplotVarWidth : false


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

boxplotWhiskersType : "single"

boxplotWhiskersType : "double"

boxplotWhiskersType : "none"


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

showBoxplotOriginalData : true

showBoxplotOriginalData : false