A nice barplot of a table with bar labels and absolute/relative frequencies.
vis.BarPlot(
inTable,
percentage = F,
subtitle = TRUE,
main = "main",
ylab = "",
decimals = 1
)
The table to plot
Whether to use percentages of absolute numbers
Whether to add an informative subtitle in the barplot
The main title of the barplot
The title in the Y
axes
Number of decimals to use
A nice barplot of the inTable
Other vis:
vis.Hist()