plotEvents: Plot Events

Description Usage Arguments

Description

summary

Usage

1
2
3
4
5
6
7
  plotEvents(major, minor, stratLevels, width = 0.5,
    breakWidth = 0.5, sparseKoef = 1.5,
    minorToMajorKoef = 5, plotGrid = TRUE,
    majorGrid = NULL, minorGrid = NULL, title = "",
    fileName = NULL, titleOffsetKoef = 3, titleOffsetX = 0,
    graphWidth = 8, graphHeight = 11, gridCex = 0.5,
    labelCex = 0.5, labelLen = 10)

Arguments

major

data.frame. Subset of data by major variable.

minor

data.frame. Subset of data by minor variable.

stratLevels

character vector. Vector of stratification levels.

width

numeric.

breakWidth

numeric.

sparseKoef

numeric. How farther away the graphs for different stratLevels values should be located on the diagram.

minorToMajorKoef

numeric. The distance the bars for the minor category should be longer than the bars for the major category.

plotGrid

logical. Set to ‘TRUE’ to plot grid lines.

majorGrid

numeric vector. Grid of major category.

minorGrid

numeric vector. Grid of minor category.

title

named character vector. Titles for each frequency display.

fileName

character. Name of output file, defaults to ‘NULL’.

titleOffsetKoef

numeric. The vertical distance the title should stay from the graph.

titleOffsetX

numeric. The horizontal distance the title should stay from the graph.

graphWidth

numeric. Width of plot, the default is ‘8’.

graphHeight

numeric. Height of plot, the default is ‘11’.

gridCex

numeric. Relative size of the grid digits.

labelCex

numeric. Relative size of the labels.

labelLen

numeric. Maximum length of grid labels.


harrelfe/rreport documentation built on May 17, 2019, 2:48 p.m.