This method basically makes a visual plot of a list table (which you call first).
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), xaxt = "y",
color.breaks = NULL, color.ramp = NULL, ...)
Matrix (or data.frame) from the make.list.table call.
is the max number of words to show in chart
Where to space
Put y tick marks
Dates to put on bottom
Main title
Label for x-axis
Margin of plot (see par)
Plot an x-axis (see par)
Cut-points (like on a histogram) defining the different color levels.
List of colors to use from lowest value (potentially negative weights) to highest. If both color.breaks and color.ramp passed, color.breaks is list one longer than color.ramp.
Extra arguments for the core image() call that plots the word weights.
make.list.table