This function receives a freqtable
object as its main
argument and produces a barplot.
# S3 method for freqtable
plot(x, y.axis = "count", ...)
A object of class freqtable
.
Character string, indicating what variable to use in the y axis, "count" or "percent", when plotting the frequency table.
Further arguments to be passed to barplot
.
Jakson A. Aquino jalvesaq@gmail.com