rxBoxPlot: Function to create a boxplot from an XDF file.

Description Usage Arguments

Description

Function to create a boxplot from an XDF file.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
rxBoxPlot(formula, data, rowSelection = NULL,
  blocksPerRead = rxGetOption("blocksPerRead"), title = NULL,
  subtitle = NULL, xTitle = NULL, yTitle = NULL,
  boxFillColor = "skyblue", boxOutlineColor = "black",
  outlierColor = NULL, outlierStyle = 1, outlierSize = 1,
  outlierBackground = NULL, plotAreaColor = "gray90", gridColor = "white",
  gridLineWidth = 1, gridLineStyle = "solid", whiskerLineType = "solid",
  whiskerLineWidth = 1, whiskerLineColor = "black",
  medianLineType = "solid", medianLineWidth = 1,
  medianLineColor = "black", reportProgress = rxGetOption("reportProgress"))

Arguments

formula

???

data

xdf file

rowSelection

???

blocksPerRead

???

title

???

subtitle

???

xTitle

???

yTitle

???

boxFillColor

???

boxOutlineColor

???

outlierColor

???

outlierStyle

???

outlierSize

???

outlierBackground

???

plotAreaColor

???

gridColor

???

gridLineWidth

???

gridLineStyle

???

whiskerLineType

???

whiskerLineWidth

???

whiskerLineColor

???

medianLineType

???

medianLineWidth

???

medianLineColor

???

reportProgress

???


RevoEnhancements/RevoEnhancements documentation built on May 9, 2019, 9:46 a.m.