plot.freqtable | R Documentation |
This function receives a freqtable
object as its main
argument and produces a barplot.
## S3 method for class 'freqtable'
plot(x, y.axis = "count", ...)
x |
A object of class |
y.axis |
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 |
Jakson A. Aquino jalvesaq@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.