Learn R Programming

textreg (version 0.1.1)

list.table.chart: Graphic showing multiple word lists side-by-side.

Description

This method basically makes a visual plot of a list table (which you call first).

Usage

list.table.chart(model.list, M = 100, linespace = 4, ytick = NULL,
  dates = NULL, main = paste("Word Appearance for ", attr(model.list,
  "topic"), "\n(Method: ", attr(model.list, "method"), ")", sep = ""),
  xlab = "Model", mar = c(3, 5, 2.5, 0.1), ...)

Arguments

model.list
Matrix (or data.frame) from the make.list.table call.
M
is the max number of words to show in chart
linespace
Where to space
ytick
Put y tick marks
dates
Dates to put on bottom
main
Main title
xlab
Label for x-axis
mar
Margin of plot (see par)
...
Extra arguments for image() call

See Also

make.list.table